Html Css Color HEX #240842 Blackcurrant

📋 copy color: '#240842'

red 36 ◦ green 8 ◦ blue 66

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

Shades of Blackcurrant #240842

Tints of Blackcurrant #240842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

 BLUE value IS 66 (26.17% from 255) = 60%

R = 32.73%
G = 7.27%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#240842 (or 0x240842) is known color: Blackcurrant. HEX triplet: 24, 08 and 42. RGB value is (36,8,66). Sum of RGB (Red+Green+Blue) = 36+8+66=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #240842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240842 is #DBF7BD. Grayscale: #161616. Windows color (decimal): -14415806 or 4327460. OLE color: 4327460.

HSL color Cylindrical-coordinate representation of color #240842: hue angle of 268.97º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240842 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 36 8 66 -
CMYK 0.45 0.88 0 0.74
HSL 268.97º 0.78% 0.15% -
HSV(B) 268.97º 0.88% 0.26% -
XYZ 1.8 0.94 5.24 -
YUV 22.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 36 8 66 0.45 0.88 0 0.74 268.97 0.78 0.15
Hex 24 8 42 2D 58 0 4A 10D 4E F
Octal 44 10 102 55 130 0 112 415 116 17
Binary 100100 1000 1000010 101101 1011000 0 1001010 100001101 1001110 1111

Color Harmonies of #240842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240842

Black with #240842

Text Example


Text Example

White with #240842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240842; }

 p { color: rgb(36,8,66); }

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

background-color css

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

 a { background-color: rgb(36,8,66); }

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

border-color css

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

 span { border-color: rgb(36,8,66); }

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