Html Css Color HEX #241038 Blackcurrant

📋 copy color: '#241038'

red 36 ◦ green 16 ◦ blue 56

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

Shades of Blackcurrant #241038

Tints of Blackcurrant #241038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.81%

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

R = 33.33%
G = 14.81%
B = 51.85%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#241038 (or 0x241038) is known color: Blackcurrant. HEX triplet: 24, 10 and 38. RGB value is (36,16,56). Sum of RGB (Red+Green+Blue) = 36+16+56=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #241038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241038 is #DBEFC7. Grayscale: #1A1A1A. Windows color (decimal): -14413768 or 3674148. OLE color: 3674148.

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

Color convert

RGB 36 16 56 -
CMYK 0.36 0.71 0 0.78
HSL 270º 0.56% 0.14% -
HSV(B) 270º 0.71% 0.22% -
XYZ 1.63 1.03 3.85 -
YUV 26.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 36 16 56 0.36 0.71 0 0.78 270 0.56 0.14
Hex 24 10 38 24 47 0 4E 10E 38 E
Octal 44 20 70 44 107 0 116 416 70 16
Binary 100100 10000 111000 100100 1000111 0 1001110 100001110 111000 1110

Color Harmonies of #241038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241038

Black with #241038

Text Example


Text Example

White with #241038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241038; }

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

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

background-color css

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

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

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

border-color css

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

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

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