Html Css Color HEX #241033 Blackcurrant

📋 copy color: '#241033'

red 36 ◦ green 16 ◦ blue 51

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

Shades of Blackcurrant #241033

Tints of Blackcurrant #241033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 49.51%

R = 34.95%
G = 15.53%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#241033 (or 0x241033) is known color: Blackcurrant. HEX triplet: 24, 10 and 33. RGB value is (36,16,51). Sum of RGB (Red+Green+Blue) = 36+16+51=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #241033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241033 is #DBEFCC. Grayscale: #191919. Windows color (decimal): -14413773 or 3346468. OLE color: 3346468.

HSL color Cylindrical-coordinate representation of color #241033: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241033 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 16 51 -
CMYK 0.29 0.69 0 0.8
HSL 274.29º 0.52% 0.13% -
HSV(B) 274.29º 0.69% 0.2% -
XYZ 1.51 0.98 3.24 -
YUV 25.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 36 16 51 0.29 0.69 0 0.8 274.29 0.52 0.13
Hex 24 10 33 1D 45 0 50 112 34 D
Octal 44 20 63 35 105 0 120 422 64 15
Binary 100100 10000 110011 11101 1000101 0 1010000 100010010 110100 1101

Color Harmonies of #241033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241033

Black with #241033

Text Example


Text Example

White with #241033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241033; }

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

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

background-color css

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

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

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

border-color css

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

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

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