Html Css Color HEX #280317 Blackberry

📋 copy color: '#280317'

red 40 ◦ green 3 ◦ blue 23

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

Shades of Blackberry #280317

Tints of Blackberry #280317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

 BLUE value IS 23 (9.38% from 255) = 34.85%

R = 60.61%
G = 4.55%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#280317 (or 0x280317) is known color: Blackberry. HEX triplet: 28, 03 and 17. RGB value is (40,3,23). Sum of RGB (Red+Green+Blue) = 40+3+23=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280317 is #D7FCE8. Grayscale: #101010. Windows color (decimal): -14154985 or 1508136. OLE color: 1508136.

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

Color convert

RGB 40 3 23 -
CMYK 0 0.93 0.43 0.84
HSL 327.57º 0.86% 0.08% -
HSV(B) 327.57º 0.93% 0.16% -
XYZ 1.06 0.58 0.87 -
YUV 16.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 40 3 23 0 0.93 0.43 0.84 327.57 0.86 0.08
Hex 28 3 17 0 5D 2B 54 148 56 8
Octal 50 3 27 0 135 53 124 510 126 10
Binary 101000 11 10111 0 1011101 101011 1010100 101001000 1010110 1000

Color Harmonies of #280317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280317

Black with #280317

Text Example


Text Example

White with #280317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280317; }

 p { color: rgb(40,3,23); }

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

background-color css

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

 a { background-color: rgb(40,3,23); }

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

border-color css

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

 span { border-color: rgb(40,3,23); }

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