Html Css Color HEX #240A35 Blackcurrant

📋 copy color: '#240A35'

red 36 ◦ green 10 ◦ blue 53

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

Shades of Blackcurrant #240A35

Tints of Blackcurrant #240A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.1%

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

R = 36.36%
G = 10.1%
B = 53.54%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240A35 (or 0x240A35) is known color: Blackcurrant. HEX triplet: 24, 0A and 35. RGB value is (36,10,53). Sum of RGB (Red+Green+Blue) = 36+10+53=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #240A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A35 is #DBF5CA. Grayscale: #161616. Windows color (decimal): -14415307 or 3476004. OLE color: 3476004.

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

Color convert

RGB 36 10 53 -
CMYK 0.32 0.81 0 0.79
HSL 276.28º 0.68% 0.12% -
HSV(B) 276.28º 0.81% 0.21% -
XYZ 1.48 0.85 3.45 -
YUV 22.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 36 10 53 0.32 0.81 0 0.79 276.28 0.68 0.12
Hex 24 A 35 20 51 0 4F 114 44 C
Octal 44 12 65 40 121 0 117 424 104 14
Binary 100100 1010 110101 100000 1010001 0 1001111 100010100 1000100 1100

Color Harmonies of #240A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A35

Black with #240A35

Text Example


Text Example

White with #240A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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