Html Css Color HEX #17030E Blackberry

📋 copy color: '#17030E'

red 23 ◦ green 3 ◦ blue 14

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

Shades of Blackberry #17030E

Tints of Blackberry #17030E

RGB

 RED value IS 23 (9.38% from 255) = 57.5%

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

 BLUE value IS 14 (5.86% from 255) = 35%

R = 57.5%
G = 7.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#17030E (or 0x17030E) is known color: Blackberry. HEX triplet: 17, 03 and 0E. RGB value is (23,3,14). Sum of RGB (Red+Green+Blue) = 23+3+14=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030E is #E8FCF1. Grayscale: #0A0A0A. Windows color (decimal): -15269106 or 918295. OLE color: 918295.

HSL color Cylindrical-coordinate representation of color #17030E: hue angle of 327º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17030E is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 3 14 -
CMYK 0 0.87 0.39 0.91
HSL 327º 0.77% 0.05% -
HSV(B) 327º 0.87% 0.09% -
XYZ 0.47 0.28 0.44 -
YUV 10.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 23 3 14 0 0.87 0.39 0.91 327 0.77 0.05
Hex 17 3 E 0 57 27 5B 147 4D 5
Octal 27 3 16 0 127 47 133 507 115 5
Binary 10111 11 1110 0 1010111 100111 1011011 101000111 1001101 101

Color Harmonies of #17030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17030E

Black with #17030E

Text Example


Text Example

White with #17030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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