Html Css Color HEX #240335 Blackcurrant

📋 copy color: '#240335'

red 36 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #240335

Tints of Blackcurrant #240335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 57.61%

R = 39.13%
G = 3.26%
B = 57.61%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240335 (or 0x240335) is known color: Blackcurrant. HEX triplet: 24, 03 and 35. RGB value is (36,3,53). Sum of RGB (Red+Green+Blue) = 36+3+53=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #240335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240335 is #DBFCCA. Grayscale: #121212. Windows color (decimal): -14417099 or 3474212. OLE color: 3474212.

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

Color convert

RGB 36 3 53 -
CMYK 0.32 0.94 0 0.79
HSL 279.6º 0.89% 0.11% -
HSV(B) 279.6º 0.94% 0.21% -
XYZ 1.4 0.7 3.43 -
YUV 18.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 36 3 53 0.32 0.94 0 0.79 279.6 0.89 0.11
Hex 24 3 35 20 5E 0 4F 118 59 B
Octal 44 3 65 40 136 0 117 430 131 13
Binary 100100 11 110101 100000 1011110 0 1001111 100011000 1011001 1011

Color Harmonies of #240335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240335

Black with #240335

Text Example


Text Example

White with #240335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240335; }

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

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

background-color css

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

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

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

border-color css

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

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

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