Html Css Color HEX #241B30 Blackcurrant

📋 copy color: '#241B30'

red 36 ◦ green 27 ◦ blue 48

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

Shades of Blackcurrant #241B30

Tints of Blackcurrant #241B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 43.24%

R = 32.43%
G = 24.32%
B = 43.24%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241B30 (or 0x241B30) is known color: Blackcurrant. HEX triplet: 24, 1B and 30. RGB value is (36,27,48). Sum of RGB (Red+Green+Blue) = 36+27+48=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #241B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B30 is #DBE4CF. Grayscale: #202020. Windows color (decimal): -14410960 or 3152676. OLE color: 3152676.

HSL color Cylindrical-coordinate representation of color #241B30: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241B30 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 27 48 -
CMYK 0.25 0.44 0 0.81
HSL 265.71º 0.28% 0.15% -
HSV(B) 265.71º 0.44% 0.19% -
XYZ 1.65 1.37 2.97 -
YUV 32.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 36 27 48 0.25 0.44 0 0.81 265.71 0.28 0.15
Hex 24 1B 30 19 2C 0 51 10A 1C F
Octal 44 33 60 31 54 0 121 412 34 17
Binary 100100 11011 110000 11001 101100 0 1010001 100001010 11100 1111

Color Harmonies of #241B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B30

Black with #241B30

Text Example


Text Example

White with #241B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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