Html Css Color HEX #240932 Blackcurrant

📋 copy color: '#240932'

red 36 ◦ green 9 ◦ blue 50

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

Shades of Blackcurrant #240932

Tints of Blackcurrant #240932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 50 (19.92% from 255) = 52.63%

R = 37.89%
G = 9.47%
B = 52.63%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240932 (or 0x240932) is known color: Blackcurrant. HEX triplet: 24, 09 and 32. RGB value is (36,9,50). Sum of RGB (Red+Green+Blue) = 36+9+50=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #240932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240932 is #DBF6CD. Grayscale: #151515. Windows color (decimal): -14415566 or 3279140. OLE color: 3279140.

HSL color Cylindrical-coordinate representation of color #240932: hue angle of 279.51º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #240932 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 9 50 -
CMYK 0.28 0.82 0 0.80
HSL 279.51º 0.69% 0.12% -
HSV(B) 279.51º 0.82% 0.2% -
XYZ 1.4 0.8 3.1 -
YUV 21.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 36 9 50 0.28 0.82 0 0.80 279.51 0.69 0.12
Hex 24 9 32 1C 52 0 50 118 45 C
Octal 44 11 62 34 122 0 120 430 105 14
Binary 100100 1001 110010 11100 1010010 0 1010000 100011000 1000101 1100

Color Harmonies of #240932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240932

Black with #240932

Text Example


Text Example

White with #240932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240932; }

 p { color: rgb(36,9,50); }

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

background-color css

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

 a { background-color: rgb(36,9,50); }

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

border-color css

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

 span { border-color: rgb(36,9,50); }

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