Html Css Color HEX #280D37 Blackcurrant

📋 copy color: '#280D37'

red 40 ◦ green 13 ◦ blue 55

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

Shades of Blackcurrant #280D37

Tints of Blackcurrant #280D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.04%

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

R = 37.04%
G = 12.04%
B = 50.93%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280D37 (or 0x280D37) is known color: Blackcurrant. HEX triplet: 28, 0D and 37. RGB value is (40,13,55). Sum of RGB (Red+Green+Blue) = 40+13+55=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #280D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D37 is #D7F2C8. Grayscale: #191919. Windows color (decimal): -14152393 or 3607848. OLE color: 3607848.

HSL color Cylindrical-coordinate representation of color #280D37: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #280D37 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 13 55 -
CMYK 0.27 0.76 0 0.78
HSL 278.57º 0.62% 0.13% -
HSV(B) 278.57º 0.76% 0.22% -
XYZ 1.71 1.01 3.72 -
YUV 25.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 40 13 55 0.27 0.76 0 0.78 278.57 0.62 0.13
Hex 28 D 37 1B 4C 0 4E 117 3E D
Octal 50 15 67 33 114 0 116 427 76 15
Binary 101000 1101 110111 11011 1001100 0 1001110 100010111 111110 1101

Color Harmonies of #280D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D37

Black with #280D37

Text Example


Text Example

White with #280D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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