Html Css Color HEX #240035 Blackcurrant

📋 copy color: '#240035'

red 36 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #240035

Tints of Blackcurrant #240035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.45%
G = 0%
B = 59.55%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240035 (or 0x240035) is known color: Blackcurrant. HEX triplet: 24, 00 and 35. RGB value is (36,0,53). Sum of RGB (Red+Green+Blue) = 36+0+53=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #240035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240035 is #DBFFCA. Grayscale: #101010. Windows color (decimal): -14417867 or 3473444. OLE color: 3473444.

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

Color convert

RGB 36 0 53 -
CMYK 0.32 1 0 0.79
HSL 280.75º 1% 0.1% -
HSV(B) 280.75º 1% 0.21% -
XYZ 1.37 0.63 3.42 -
YUV 16.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 36 0 53 0.32 1 0 0.79 280.75 1 0.1
Hex 24 0 35 20 64 0 4F 119 64 A
Octal 44 0 65 40 144 0 117 431 144 12
Binary 100100 0 110101 100000 1100100 0 1001111 100011001 1100100 1010

Color Harmonies of #240035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240035

Black with #240035

Text Example


Text Example

White with #240035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240035; }

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

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

background-color css

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

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

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

border-color css

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

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

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