Html Css Color HEX #240133 Blackcurrant

📋 copy color: '#240133'

red 36 ◦ green 1 ◦ blue 51

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

Shades of Blackcurrant #240133

Tints of Blackcurrant #240133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 40.91%
G = 1.14%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#240133 (or 0x240133) is known color: Blackcurrant. HEX triplet: 24, 01 and 33. RGB value is (36,1,51). Sum of RGB (Red+Green+Blue) = 36+1+51=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #240133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240133 is #DBFECC. Grayscale: #111111. Windows color (decimal): -14417613 or 3342628. OLE color: 3342628.

HSL color Cylindrical-coordinate representation of color #240133: hue angle of 282º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240133 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 1 51 -
CMYK 0.29 0.98 0 0.8
HSL 282º 0.96% 0.1% -
HSV(B) 282º 0.98% 0.2% -
XYZ 1.34 0.64 3.18 -
YUV 17.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 36 1 51 0.29 0.98 0 0.8 282 0.96 0.1
Hex 24 1 33 1D 62 0 50 11A 60 A
Octal 44 1 63 35 142 0 120 432 140 12
Binary 100100 1 110011 11101 1100010 0 1010000 100011010 1100000 1010

Color Harmonies of #240133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240133

Black with #240133

Text Example


Text Example

White with #240133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240133; }

 p { color: rgb(36,1,51); }

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

background-color css

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

 a { background-color: rgb(36,1,51); }

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

border-color css

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

 span { border-color: rgb(36,1,51); }

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