Html Css Color HEX #17010D Blackberry

📋 copy color: '#17010D'

red 23 ◦ green 1 ◦ blue 13

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

Shades of Blackberry #17010D

Tints of Blackberry #17010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.7%

 BLUE value IS 13 (5.47% from 255) = 35.14%

R = 62.16%
G = 2.7%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17010D (or 0x17010D) is known color: Blackberry. HEX triplet: 17, 01 and 0D. RGB value is (23,1,13). Sum of RGB (Red+Green+Blue) = 23+1+13=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010D is #E8FEF2. Grayscale: #080808. Windows color (decimal): -15269619 or 852247. OLE color: 852247.

HSL color Cylindrical-coordinate representation of color #17010D: hue angle of 327.27º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17010D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 1 13 -
CMYK 0 0.96 0.43 0.91
HSL 327.27º 0.92% 0.05% -
HSV(B) 327.27º 0.96% 0.09% -
XYZ 0.44 0.23 0.4 -
YUV 8.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 23 1 13 0 0.96 0.43 0.91 327.27 0.92 0.05
Hex 17 1 D 0 60 2B 5B 147 5C 5
Octal 27 1 15 0 140 53 133 507 134 5
Binary 10111 1 1101 0 1100000 101011 1011011 101000111 1011100 101

Color Harmonies of #17010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17010D

Black with #17010D

Text Example


Text Example

White with #17010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17010D; }

 p { color: rgb(23,1,13); }

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

background-color css

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

 a { background-color: rgb(23,1,13); }

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

border-color css

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

 span { border-color: rgb(23,1,13); }

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