Html Css Color HEX #241D27 Blackcurrant

📋 copy color: '#241D27'

red 36 ◦ green 29 ◦ blue 39

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

Shades of Blackcurrant #241D27

Tints of Blackcurrant #241D27

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

 BLUE value IS 39 (15.63% from 255) = 37.5%

R = 34.62%
G = 27.88%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241D27 (or 0x241D27) is known color: Blackcurrant. HEX triplet: 24, 1D and 27. RGB value is (36,29,39). Sum of RGB (Red+Green+Blue) = 36+29+39=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #241D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D27 is #DBE2D8. Grayscale: #202020. Windows color (decimal): -14410457 or 2563364. OLE color: 2563364.

HSL color Cylindrical-coordinate representation of color #241D27: hue angle of 282º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #241D27 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 29 39 -
CMYK 0.08 0.26 0 0.85
HSL 282º 0.15% 0.13% -
HSV(B) 282º 0.26% 0.15% -
XYZ 1.53 1.4 2.11 -
YUV 32.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 36 29 39 0.08 0.26 0 0.85 282 0.15 0.13
Hex 24 1D 27 8 1A 0 55 11A F D
Octal 44 35 47 10 32 0 125 432 17 15
Binary 100100 11101 100111 1000 11010 0 1010101 100011010 1111 1101

Color Harmonies of #241D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D27

Black with #241D27

Text Example


Text Example

White with #241D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241D27; }

 p { color: rgb(36,29,39); }

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

background-color css

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

 a { background-color: rgb(36,29,39); }

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

border-color css

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

 span { border-color: rgb(36,29,39); }

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