Html Css Color HEX #240C35 Blackcurrant

📋 copy color: '#240C35'

red 36 ◦ green 12 ◦ blue 53

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

Shades of Blackcurrant #240C35

Tints of Blackcurrant #240C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 52.48%

R = 35.64%
G = 11.88%
B = 52.48%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240C35 (or 0x240C35) is known color: Blackcurrant. HEX triplet: 24, 0C and 35. RGB value is (36,12,53). Sum of RGB (Red+Green+Blue) = 36+12+53=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #240C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C35 is #DBF3CA. Grayscale: #171717. Windows color (decimal): -14414795 or 3476516. OLE color: 3476516.

HSL color Cylindrical-coordinate representation of color #240C35: hue angle of 275.12º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240C35 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 12 53 -
CMYK 0.32 0.77 0 0.79
HSL 275.12º 0.63% 0.13% -
HSV(B) 275.12º 0.77% 0.21% -
XYZ 1.5 0.9 3.46 -
YUV 23.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 36 12 53 0.32 0.77 0 0.79 275.12 0.63 0.13
Hex 24 C 35 20 4D 0 4F 113 3F D
Octal 44 14 65 40 115 0 117 423 77 15
Binary 100100 1100 110101 100000 1001101 0 1001111 100010011 111111 1101

Color Harmonies of #240C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C35

Black with #240C35

Text Example


Text Example

White with #240C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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