Html Css Color HEX #280B34 Blackcurrant

📋 copy color: '#280B34'

red 40 ◦ green 11 ◦ blue 52

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

Shades of Blackcurrant #280B34

Tints of Blackcurrant #280B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.68%

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

R = 38.83%
G = 10.68%
B = 50.49%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280B34 (or 0x280B34) is known color: Blackcurrant. HEX triplet: 28, 0B and 34. RGB value is (40,11,52). Sum of RGB (Red+Green+Blue) = 40+11+52=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #280B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B34 is #D7F4CB. Grayscale: #181818. Windows color (decimal): -14152908 or 3410728. OLE color: 3410728.

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

Color convert

RGB 40 11 52 -
CMYK 0.23 0.79 0 0.80
HSL 282.44º 0.65% 0.12% -
HSV(B) 282.44º 0.79% 0.2% -
XYZ 1.61 0.94 3.34 -
YUV 24.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 40 11 52 0.23 0.79 0 0.80 282.44 0.65 0.12
Hex 28 B 34 17 4F 0 50 11A 41 C
Octal 50 13 64 27 117 0 120 432 101 14
Binary 101000 1011 110100 10111 1001111 0 1010000 100011010 1000001 1100

Color Harmonies of #280B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B34

Black with #280B34

Text Example


Text Example

White with #280B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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