Html Css Color HEX #280C34 Blackcurrant

📋 copy color: '#280C34'

red 40 ◦ green 12 ◦ blue 52

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

Shades of Blackcurrant #280C34

Tints of Blackcurrant #280C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50%

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280C34 (or 0x280C34) is known color: Blackcurrant. HEX triplet: 28, 0C and 34. RGB value is (40,12,52). Sum of RGB (Red+Green+Blue) = 40+12+52=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #280C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C34 is #D7F3CB. Grayscale: #181818. Windows color (decimal): -14152652 or 3410984. OLE color: 3410984.

HSL color Cylindrical-coordinate representation of color #280C34: hue angle of 282º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280C34 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 12 52 -
CMYK 0.23 0.77 0 0.80
HSL 282º 0.63% 0.13% -
HSV(B) 282º 0.77% 0.2% -
XYZ 1.63 0.96 3.35 -
YUV 24.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 40 12 52 0.23 0.77 0 0.80 282 0.63 0.13
Hex 28 C 34 17 4D 0 50 11A 3E D
Octal 50 14 64 27 115 0 120 432 76 15
Binary 101000 1100 110100 10111 1001101 0 1010000 100011010 111110 1101

Color Harmonies of #280C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C34

Black with #280C34

Text Example


Text Example

White with #280C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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