Html Css Color HEX #281138 Blackcurrant

📋 copy color: '#281138'

red 40 ◦ green 17 ◦ blue 56

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

Shades of Blackcurrant #281138

Tints of Blackcurrant #281138

RGB

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

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

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

R = 35.4%
G = 15.04%
B = 49.56%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#281138 (or 0x281138) is known color: Blackcurrant. HEX triplet: 28, 11 and 38. RGB value is (40,17,56). Sum of RGB (Red+Green+Blue) = 40+17+56=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #281138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281138 is #D7EEC7. Grayscale: #1C1C1C. Windows color (decimal): -14151368 or 3674408. OLE color: 3674408.

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

Color convert

RGB 40 17 56 -
CMYK 0.29 0.70 0 0.78
HSL 275.38º 0.53% 0.14% -
HSV(B) 275.38º 0.7% 0.22% -
XYZ 1.79 1.14 3.87 -
YUV 28.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 40 17 56 0.29 0.70 0 0.78 275.38 0.53 0.14
Hex 28 11 38 1D 46 0 4E 113 35 E
Octal 50 21 70 35 106 0 116 423 65 16
Binary 101000 10001 111000 11101 1000110 0 1001110 100010011 110101 1110

Color Harmonies of #281138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281138

Black with #281138

Text Example


Text Example

White with #281138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281138; }

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

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

background-color css

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

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

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

border-color css

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

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

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