Html Css Color HEX #241338 Blackcurrant

📋 copy color: '#241338'

red 36 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #241338

Tints of Blackcurrant #241338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.12%

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 32.43%
G = 17.12%
B = 50.45%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#241338 (or 0x241338) is known color: Blackcurrant. HEX triplet: 24, 13 and 38. RGB value is (36,19,56). Sum of RGB (Red+Green+Blue) = 36+19+56=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #241338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241338 is #DBECC7. Grayscale: #1C1C1C. Windows color (decimal): -14413000 or 3674916. OLE color: 3674916.

HSL color Cylindrical-coordinate representation of color #241338: hue angle of 267.57º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241338 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 19 56 -
CMYK 0.36 0.66 0 0.78
HSL 267.57º 0.49% 0.15% -
HSV(B) 267.57º 0.66% 0.22% -
XYZ 1.67 1.13 3.87 -
YUV 28.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 36 19 56 0.36 0.66 0 0.78 267.57 0.49 0.15
Hex 24 13 38 24 42 0 4E 10C 31 F
Octal 44 23 70 44 102 0 116 414 61 17
Binary 100100 10011 111000 100100 1000010 0 1001110 100001100 110001 1111

Color Harmonies of #241338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241338

Black with #241338

Text Example


Text Example

White with #241338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241338; }

 p { color: rgb(36,19,56); }

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

background-color css

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

 a { background-color: rgb(36,19,56); }

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

border-color css

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

 span { border-color: rgb(36,19,56); }

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