Html Css Color HEX #240D29 Blackcurrant

📋 copy color: '#240D29'

red 36 ◦ green 13 ◦ blue 41

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

Shades of Blackcurrant #240D29

Tints of Blackcurrant #240D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.44%

 BLUE value IS 41 (16.41% from 255) = 45.56%

R = 40%
G = 14.44%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240D29 (or 0x240D29) is known color: Blackcurrant. HEX triplet: 24, 0D and 29. RGB value is (36,13,41). Sum of RGB (Red+Green+Blue) = 36+13+41=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #240D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D29 is #DBF2D6. Grayscale: #161616. Windows color (decimal): -14414551 or 2690340. OLE color: 2690340.

HSL color Cylindrical-coordinate representation of color #240D29: hue angle of 289.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240D29 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 13 41 -
CMYK 0.12 0.68 0 0.84
HSL 289.29º 0.52% 0.11% -
HSV(B) 289.29º 0.68% 0.16% -
XYZ 1.27 0.82 2.19 -
YUV 23.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 36 13 41 0.12 0.68 0 0.84 289.29 0.52 0.11
Hex 24 D 29 C 44 0 54 121 34 B
Octal 44 15 51 14 104 0 124 441 64 13
Binary 100100 1101 101001 1100 1000100 0 1010100 100100001 110100 1011

Color Harmonies of #240D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D29

Black with #240D29

Text Example


Text Example

White with #240D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,13,41); }

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

background-color css

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

 a { background-color: rgb(36,13,41); }

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

border-color css

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

 span { border-color: rgb(36,13,41); }

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