Html Css Color HEX #280219 Blackberry

📋 copy color: '#280219'

red 40 ◦ green 2 ◦ blue 25

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

Shades of Blackberry #280219

Tints of Blackberry #280219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 59.7%
G = 2.99%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#280219 (or 0x280219) is known color: Blackberry. HEX triplet: 28, 02 and 19. RGB value is (40,2,25). Sum of RGB (Red+Green+Blue) = 40+2+25=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #280219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280219 is #D7FDE6. Grayscale: #0F0F0F. Windows color (decimal): -14155239 or 1638952. OLE color: 1638952.

HSL color Cylindrical-coordinate representation of color #280219: hue angle of 323.68º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280219 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 2 25 -
CMYK 0 0.95 0.38 0.84
HSL 323.68º 0.9% 0.08% -
HSV(B) 323.68º 0.95% 0.16% -
XYZ 1.07 0.56 0.97 -
YUV 15.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 40 2 25 0 0.95 0.38 0.84 323.68 0.9 0.08
Hex 28 2 19 0 5F 26 54 144 5A 8
Octal 50 2 31 0 137 46 124 504 132 10
Binary 101000 10 11001 0 1011111 100110 1010100 101000100 1011010 1000

Color Harmonies of #280219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280219

Black with #280219

Text Example


Text Example

White with #280219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280219; }

 p { color: rgb(40,2,25); }

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

background-color css

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

 a { background-color: rgb(40,2,25); }

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

border-color css

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

 span { border-color: rgb(40,2,25); }

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