Html Css Color HEX #240C38 Blackcurrant

📋 copy color: '#240C38'

red 36 ◦ green 12 ◦ blue 56

#240C38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #240C38

Tints of Blackcurrant #240C38

RGB

 RED value IS 36 (14.45% from 255) = 34.62%

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 34.62%
G = 11.54%
B = 53.85%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#240C38 (or 0x240C38) is known color: Blackcurrant. HEX triplet: 24, 0C and 38. RGB value is (36,12,56). Sum of RGB (Red+Green+Blue) = 36+12+56=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #240C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C38 is #DBF3C7. Grayscale: #181818. Windows color (decimal): -14414792 or 3673124. OLE color: 3673124.

HSL color Cylindrical-coordinate representation of color #240C38: hue angle of 272.73º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #240C38 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 12 56 -
CMYK 0.36 0.79 0 0.78
HSL 272.73º 0.65% 0.13% -
HSV(B) 272.73º 0.79% 0.22% -
XYZ 1.57 0.92 3.84 -
YUV 24.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 36 12 56 0.36 0.79 0 0.78 272.73 0.65 0.13
Hex 24 C 38 24 4F 0 4E 111 41 D
Octal 44 14 70 44 117 0 116 421 101 15
Binary 100100 1100 111000 100100 1001111 0 1001110 100010001 1000001 1101

Color Harmonies of #240C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C38

Black with #240C38

Text Example


Text Example

White with #240C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240C38; }

 p { color: rgb(36,12,56); }

 H1.HeaderClassName
 {
   color: #240C38;
 }
 .AnyTagClassName
 {
   color: #240C38;
 }
</style>

background-color css

<style>
 a { background-color: #240C38; }

 a { background-color: rgb(36,12,56); }

 div.DivClassName
 {
   background-color: #240C38;
 }
 .BgClassName
 {
   background-color: #240C38;
 }
</style>

border-color css

<style>
 span { border-color: #240C38; }

 span { border-color: rgb(36,12,56); }

 td.TdClassName
 {
   border-color: #240C38;
 }
 .TagClassName
 {
   border-color: #240C38;
 }
</style>