Html Css Color HEX #240934 Blackcurrant

📋 copy color: '#240934'

red 36 ◦ green 9 ◦ blue 52

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

Shades of Blackcurrant #240934

Tints of Blackcurrant #240934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 53.61%

R = 37.11%
G = 9.28%
B = 53.61%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240934 (or 0x240934) is known color: Blackcurrant. HEX triplet: 24, 09 and 34. RGB value is (36,9,52). Sum of RGB (Red+Green+Blue) = 36+9+52=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #240934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240934 is #DBF6CB. Grayscale: #151515. Windows color (decimal): -14415564 or 3410212. OLE color: 3410212.

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

Color convert

RGB 36 9 52 -
CMYK 0.31 0.83 0 0.80
HSL 277.67º 0.7% 0.12% -
HSV(B) 277.67º 0.83% 0.2% -
XYZ 1.45 0.82 3.33 -
YUV 21.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 36 9 52 0.31 0.83 0 0.80 277.67 0.7 0.12
Hex 24 9 34 1F 53 0 50 116 46 C
Octal 44 11 64 37 123 0 120 426 106 14
Binary 100100 1001 110100 11111 1010011 0 1010000 100010110 1000110 1100

Color Harmonies of #240934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240934

Black with #240934

Text Example


Text Example

White with #240934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240934; }

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

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

background-color css

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

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

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

border-color css

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

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

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