Html Css Color HEX #280D38 Blackcurrant

📋 copy color: '#280D38'

red 40 ◦ green 13 ◦ blue 56

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

Shades of Blackcurrant #280D38

Tints of Blackcurrant #280D38

RGB

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

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

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

R = 36.7%
G = 11.93%
B = 51.38%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280D38 (or 0x280D38) is known color: Blackcurrant. HEX triplet: 28, 0D and 38. RGB value is (40,13,56). Sum of RGB (Red+Green+Blue) = 40+13+56=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #280D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D38 is #D7F2C7. Grayscale: #191919. Windows color (decimal): -14152392 or 3673384. OLE color: 3673384.

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

Color convert

RGB 40 13 56 -
CMYK 0.29 0.77 0 0.78
HSL 277.67º 0.62% 0.14% -
HSV(B) 277.67º 0.77% 0.22% -
XYZ 1.73 1.02 3.85 -
YUV 25.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 40 13 56 0.29 0.77 0 0.78 277.67 0.62 0.14
Hex 28 D 38 1D 4D 0 4E 116 3E E
Octal 50 15 70 35 115 0 116 426 76 16
Binary 101000 1101 111000 11101 1001101 0 1001110 100010110 111110 1110

Color Harmonies of #280D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D38

Black with #280D38

Text Example


Text Example

White with #280D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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