Html Css Color HEX #281139 Blackcurrant

📋 copy color: '#281139'

red 40 ◦ green 17 ◦ blue 57

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

Shades of Blackcurrant #281139

Tints of Blackcurrant #281139

RGB

 RED value IS 40 (16.02% from 255) = 35.09%

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 57 (22.66% from 255) = 50%

R = 35.09%
G = 14.91%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#281139 (or 0x281139) is known color: Blackcurrant. HEX triplet: 28, 11 and 39. RGB value is (40,17,57). Sum of RGB (Red+Green+Blue) = 40+17+57=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #281139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281139 is #D7EEC6. Grayscale: #1C1C1C. Windows color (decimal): -14151367 or 3739944. OLE color: 3739944.

HSL color Cylindrical-coordinate representation of color #281139: hue angle of 274.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281139 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 17 57 -
CMYK 0.30 0.70 0 0.78
HSL 274.5º 0.54% 0.15% -
HSV(B) 274.5º 0.7% 0.22% -
XYZ 1.81 1.15 4 -
YUV 28.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 40 17 57 0.30 0.70 0 0.78 274.5 0.54 0.15
Hex 28 11 39 1E 46 0 4E 112 36 F
Octal 50 21 71 36 106 0 116 422 66 17
Binary 101000 10001 111001 11110 1000110 0 1001110 100010010 110110 1111

Color Harmonies of #281139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281139

Black with #281139

Text Example


Text Example

White with #281139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281139; }

 p { color: rgb(40,17,57); }

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

background-color css

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

 a { background-color: rgb(40,17,57); }

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

border-color css

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

 span { border-color: rgb(40,17,57); }

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