Html Css Color HEX #240C3F Blackcurrant

📋 copy color: '#240C3F'

red 36 ◦ green 12 ◦ blue 63

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

Shades of Blackcurrant #240C3F

Tints of Blackcurrant #240C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.76%

R = 32.43%
G = 10.81%
B = 56.76%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240C3F (or 0x240C3F) is known color: Blackcurrant. HEX triplet: 24, 0C and 3F. RGB value is (36,12,63). Sum of RGB (Red+Green+Blue) = 36+12+63=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #240C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C3F is #DBF3C0. Grayscale: #181818. Windows color (decimal): -14414785 or 4131876. OLE color: 4131876.

HSL color Cylindrical-coordinate representation of color #240C3F: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240C3F is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 12 63 -
CMYK 0.43 0.81 0 0.75
HSL 268.24º 0.68% 0.15% -
HSV(B) 268.24º 0.81% 0.25% -
XYZ 1.76 1 4.8 -
YUV 24.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 36 12 63 0.43 0.81 0 0.75 268.24 0.68 0.15
Hex 24 C 3F 2B 51 0 4B 10C 44 F
Octal 44 14 77 53 121 0 113 414 104 17
Binary 100100 1100 111111 101011 1010001 0 1001011 100001100 1000100 1111

Color Harmonies of #240C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C3F

Black with #240C3F

Text Example


Text Example

White with #240C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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