Html Css Color HEX #240334 Blackcurrant

📋 copy color: '#240334'

red 36 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #240334

Tints of Blackcurrant #240334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

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

R = 39.56%
G = 3.3%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240334 (or 0x240334) is known color: Blackcurrant. HEX triplet: 24, 03 and 34. RGB value is (36,3,52). Sum of RGB (Red+Green+Blue) = 36+3+52=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #240334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240334 is #DBFCCB. Grayscale: #121212. Windows color (decimal): -14417100 or 3408676. OLE color: 3408676.

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

Color convert

RGB 36 3 52 -
CMYK 0.31 0.94 0 0.80
HSL 280.41º 0.89% 0.11% -
HSV(B) 280.41º 0.94% 0.2% -
XYZ 1.38 0.69 3.31 -
YUV 18.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 36 3 52 0.31 0.94 0 0.80 280.41 0.89 0.11
Hex 24 3 34 1F 5E 0 50 118 59 B
Octal 44 3 64 37 136 0 120 430 131 13
Binary 100100 11 110100 11111 1011110 0 1010000 100011000 1011001 1011

Color Harmonies of #240334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240334

Black with #240334

Text Example


Text Example

White with #240334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240334; }

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

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

background-color css

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

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

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

border-color css

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

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

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