Html Css Color HEX #170710 Blackberry

📋 copy color: '#170710'

red 23 ◦ green 7 ◦ blue 16

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

Shades of Blackberry #170710

Tints of Blackberry #170710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.22%

 BLUE value IS 16 (6.64% from 255) = 34.78%

R = 50%
G = 15.22%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#170710 (or 0x170710) is known color: Blackberry. HEX triplet: 17, 07 and 10. RGB value is (23,7,16). Sum of RGB (Red+Green+Blue) = 23+7+16=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170710 is #E8F8EF. Grayscale: #0C0C0C. Windows color (decimal): -15268080 or 1050391. OLE color: 1050391.

HSL color Cylindrical-coordinate representation of color #170710: hue angle of 326.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170710 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 7 16 -
CMYK 0 0.70 0.30 0.91
HSL 326.25º 0.53% 0.06% -
HSV(B) 326.25º 0.7% 0.09% -
XYZ 0.52 0.37 0.53 -
YUV 12.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 23 7 16 0 0.70 0.30 0.91 326.25 0.53 0.06
Hex 17 7 10 0 46 1E 5B 146 35 6
Octal 27 7 20 0 106 36 133 506 65 6
Binary 10111 111 10000 0 1000110 11110 1011011 101000110 110101 110

Color Harmonies of #170710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170710

Black with #170710

Text Example


Text Example

White with #170710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170710; }

 p { color: rgb(23,7,16); }

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

background-color css

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

 a { background-color: rgb(23,7,16); }

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

border-color css

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

 span { border-color: rgb(23,7,16); }

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