Html Css Color HEX #281137 Blackcurrant

📋 copy color: '#281137'

red 40 ◦ green 17 ◦ blue 55

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

Shades of Blackcurrant #281137

Tints of Blackcurrant #281137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 49.11%

R = 35.71%
G = 15.18%
B = 49.11%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#281137 (or 0x281137) is known color: Blackcurrant. HEX triplet: 28, 11 and 37. RGB value is (40,17,55). Sum of RGB (Red+Green+Blue) = 40+17+55=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #281137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281137 is #D7EEC8. Grayscale: #1C1C1C. Windows color (decimal): -14151369 or 3608872. OLE color: 3608872.

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

Color convert

RGB 40 17 55 -
CMYK 0.27 0.69 0 0.78
HSL 276.32º 0.53% 0.14% -
HSV(B) 276.32º 0.69% 0.22% -
XYZ 1.77 1.13 3.74 -
YUV 28.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 40 17 55 0.27 0.69 0 0.78 276.32 0.53 0.14
Hex 28 11 37 1B 45 0 4E 114 35 E
Octal 50 21 67 33 105 0 116 424 65 16
Binary 101000 10001 110111 11011 1000101 0 1001110 100010100 110101 1110

Color Harmonies of #281137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281137

Black with #281137

Text Example


Text Example

White with #281137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281137; }

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

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

background-color css

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

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

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

border-color css

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

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

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