Html Css Color HEX #17000D Blackberry

📋 copy color: '#17000D'

red 23 ◦ green 0 ◦ blue 13

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

Shades of Blackberry #17000D

Tints of Blackberry #17000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.89%
G = 0%
B = 36.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17000D (or 0x17000D) is known color: Blackberry. HEX triplet: 17, 00 and 0D. RGB value is (23,0,13). Sum of RGB (Red+Green+Blue) = 23+0+13=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #17000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000D is #E8FFF2. Grayscale: #080808. Windows color (decimal): -15269875 or 851991. OLE color: 851991.

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

Color convert

RGB 23 0 13 -
CMYK 0 1 0.43 0.91
HSL 326.09º 1% 0.05% -
HSV(B) 326.09º 1% 0.09% -
XYZ 0.43 0.21 0.4 -
YUV 8.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 23 0 13 0 1 0.43 0.91 326.09 1 0.05
Hex 17 0 D 0 64 2B 5B 146 64 5
Octal 27 0 15 0 144 53 133 506 144 5
Binary 10111 0 1101 0 1100100 101011 1011011 101000110 1100100 101

Color Harmonies of #17000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17000D

Black with #17000D

Text Example


Text Example

White with #17000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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