Html Css Color HEX #241B2F Blackcurrant

📋 copy color: '#241B2F'

red 36 ◦ green 27 ◦ blue 47

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

Shades of Blackcurrant #241B2F

Tints of Blackcurrant #241B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.55%

 BLUE value IS 47 (18.75% from 255) = 42.73%

R = 32.73%
G = 24.55%
B = 42.73%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#241B2F (or 0x241B2F) is known color: Blackcurrant. HEX triplet: 24, 1B and 2F. RGB value is (36,27,47). Sum of RGB (Red+Green+Blue) = 36+27+47=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #241B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B2F is #DBE4D0. Grayscale: #1F1F1F. Windows color (decimal): -14410961 or 3087140. OLE color: 3087140.

HSL color Cylindrical-coordinate representation of color #241B2F: hue angle of 267º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #241B2F is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 27 47 -
CMYK 0.23 0.43 0 0.82
HSL 267º 0.27% 0.15% -
HSV(B) 267º 0.43% 0.18% -
XYZ 1.63 1.36 2.87 -
YUV 31.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 36 27 47 0.23 0.43 0 0.82 267 0.27 0.15
Hex 24 1B 2F 17 2B 0 52 10B 1B F
Octal 44 33 57 27 53 0 122 413 33 17
Binary 100100 11011 101111 10111 101011 0 1010010 100001011 11011 1111

Color Harmonies of #241B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B2F

Black with #241B2F

Text Example


Text Example

White with #241B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,47); }

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

background-color css

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

 a { background-color: rgb(36,27,47); }

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

border-color css

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

 span { border-color: rgb(36,27,47); }

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