Html Css Color HEX #240C31 Blackcurrant

📋 copy color: '#240C31'

red 36 ◦ green 12 ◦ blue 49

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

Shades of Blackcurrant #240C31

Tints of Blackcurrant #240C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 50.52%

R = 37.11%
G = 12.37%
B = 50.52%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240C31 (or 0x240C31) is known color: Blackcurrant. HEX triplet: 24, 0C and 31. RGB value is (36,12,49). Sum of RGB (Red+Green+Blue) = 36+12+49=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #240C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C31 is #DBF3CE. Grayscale: #171717. Windows color (decimal): -14414799 or 3214372. OLE color: 3214372.

HSL color Cylindrical-coordinate representation of color #240C31: hue angle of 278.92º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240C31 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 12 49 -
CMYK 0.27 0.76 0 0.81
HSL 278.92º 0.61% 0.12% -
HSV(B) 278.92º 0.76% 0.19% -
XYZ 1.41 0.86 3 -
YUV 23.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 36 12 49 0.27 0.76 0 0.81 278.92 0.61 0.12
Hex 24 C 31 1B 4C 0 51 117 3D C
Octal 44 14 61 33 114 0 121 427 75 14
Binary 100100 1100 110001 11011 1001100 0 1010001 100010111 111101 1100

Color Harmonies of #240C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C31

Black with #240C31

Text Example


Text Example

White with #240C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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