Html Css Color HEX #24063C Blackcurrant

📋 copy color: '#24063C'

red 36 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #24063C

Tints of Blackcurrant #24063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.88%

 BLUE value IS 60 (23.83% from 255) = 58.82%

R = 35.29%
G = 5.88%
B = 58.82%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24063C (or 0x24063C) is known color: Blackcurrant. HEX triplet: 24, 06 and 3C. RGB value is (36,6,60). Sum of RGB (Red+Green+Blue) = 36+6+60=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #24063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24063C is #DBF9C3. Grayscale: #141414. Windows color (decimal): -14416324 or 3933732. OLE color: 3933732.

HSL color Cylindrical-coordinate representation of color #24063C: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #24063C is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 6 60 -
CMYK 0.40 0.90 0 0.76
HSL 273.33º 0.82% 0.13% -
HSV(B) 273.33º 0.9% 0.24% -
XYZ 1.61 0.83 4.35 -
YUV 21.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 36 6 60 0.40 0.90 0 0.76 273.33 0.82 0.13
Hex 24 6 3C 28 5A 0 4C 111 52 D
Octal 44 6 74 50 132 0 114 421 122 15
Binary 100100 110 111100 101000 1011010 0 1001100 100010001 1010010 1101

Color Harmonies of #24063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24063C

Black with #24063C

Text Example


Text Example

White with #24063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24063C; }

 p { color: rgb(36,6,60); }

 H1.HeaderClassName
 {
   color: #24063C;
 }
 .AnyTagClassName
 {
   color: #24063C;
 }
</style>

background-color css

<style>
 a { background-color: #24063C; }

 a { background-color: rgb(36,6,60); }

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

border-color css

<style>
 span { border-color: #24063C; }

 span { border-color: rgb(36,6,60); }

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