Html Css Color HEX #17000F Blackberry

📋 copy color: '#17000F'

red 23 ◦ green 0 ◦ blue 15

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

Shades of Blackberry #17000F

Tints of Blackberry #17000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 39.47%

R = 60.53%
G = 0%
B = 39.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#17000F (or 0x17000F) is known color: Blackberry. HEX triplet: 17, 00 and 0F. RGB value is (23,0,15). Sum of RGB (Red+Green+Blue) = 23+0+15=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000F is #E8FFF0. Grayscale: #080808. Windows color (decimal): -15269873 or 983063. OLE color: 983063.

HSL color Cylindrical-coordinate representation of color #17000F: hue angle of 320.87º 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 #17000F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 0 15 -
CMYK 0 1 0.35 0.91
HSL 320.87º 1% 0.05% -
HSV(B) 320.87º 1% 0.09% -
XYZ 0.44 0.22 0.47 -
YUV 8.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 23 0 15 0 1 0.35 0.91 320.87 1 0.05
Hex 17 0 F 0 64 23 5B 141 64 5
Octal 27 0 17 0 144 43 133 501 144 5
Binary 10111 0 1111 0 1100100 100011 1011011 101000001 1100100 101

Color Harmonies of #17000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17000F

Black with #17000F

Text Example


Text Example

White with #17000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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