Html Css Color HEX #281337 Blackcurrant

📋 copy color: '#281337'

red 40 ◦ green 19 ◦ blue 55

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

Shades of Blackcurrant #281337

Tints of Blackcurrant #281337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 35.09%
G = 16.67%
B = 48.25%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#281337 (or 0x281337) is known color: Blackcurrant. HEX triplet: 28, 13 and 37. RGB value is (40,19,55). Sum of RGB (Red+Green+Blue) = 40+19+55=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #281337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281337 is #D7ECC8. Grayscale: #1D1D1D. Windows color (decimal): -14150857 or 3609384. OLE color: 3609384.

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

Color convert

RGB 40 19 55 -
CMYK 0.27 0.65 0 0.78
HSL 275º 0.49% 0.15% -
HSV(B) 275º 0.65% 0.22% -
XYZ 1.8 1.19 3.75 -
YUV 29.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 40 19 55 0.27 0.65 0 0.78 275 0.49 0.15
Hex 28 13 37 1B 41 0 4E 113 31 F
Octal 50 23 67 33 101 0 116 423 61 17
Binary 101000 10011 110111 11011 1000001 0 1001110 100010011 110001 1111

Color Harmonies of #281337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281337

Black with #281337

Text Example


Text Example

White with #281337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281337; }

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

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

background-color css

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

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

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

border-color css

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

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

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