Html Css Color HEX #280C33 Blackcurrant

📋 copy color: '#280C33'

red 40 ◦ green 12 ◦ blue 51

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

Shades of Blackcurrant #280C33

Tints of Blackcurrant #280C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

 BLUE value IS 51 (20.31% from 255) = 49.51%

R = 38.83%
G = 11.65%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#280C33 (or 0x280C33) is known color: Blackcurrant. HEX triplet: 28, 0C and 33. RGB value is (40,12,51). Sum of RGB (Red+Green+Blue) = 40+12+51=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #280C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C33 is #D7F3CC. Grayscale: #181818. Windows color (decimal): -14152653 or 3345448. OLE color: 3345448.

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

Color convert

RGB 40 12 51 -
CMYK 0.22 0.76 0 0.8
HSL 283.08º 0.62% 0.12% -
HSV(B) 283.08º 0.76% 0.2% -
XYZ 1.6 0.95 3.23 -
YUV 24.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 40 12 51 0.22 0.76 0 0.8 283.08 0.62 0.12
Hex 28 C 33 16 4C 0 50 11B 3E C
Octal 50 14 63 26 114 0 120 433 76 14
Binary 101000 1100 110011 10110 1001100 0 1010000 100011011 111110 1100

Color Harmonies of #280C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C33

Black with #280C33

Text Example


Text Example

White with #280C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,51); }

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

background-color css

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

 a { background-color: rgb(40,12,51); }

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

border-color css

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

 span { border-color: rgb(40,12,51); }

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