Html Css Color HEX #15000D Blackberry

📋 copy color: '#15000D'

red 21 ◦ green 0 ◦ blue 13

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

Shades of Blackberry #15000D

Tints of Blackberry #15000D

RGB

 RED value IS 21 (8.59% from 255) = 61.76%

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

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

R = 61.76%
G = 0%
B = 38.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15000D (or 0x15000D) is known color: Blackberry. HEX triplet: 15, 00 and 0D. RGB value is (21,0,13). Sum of RGB (Red+Green+Blue) = 21+0+13=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000D is #EAFFF2. Grayscale: #070707. Windows color (decimal): -15400947 or 851989. OLE color: 851989.

HSL color Cylindrical-coordinate representation of color #15000D: hue angle of 322.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15000D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 0 13 -
CMYK 0 1 0.38 0.92
HSL 322.86º 1% 0.04% -
HSV(B) 322.86º 1% 0.08% -
XYZ 0.38 0.19 0.4 -
YUV 7.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 21 0 13 0 1 0.38 0.92 322.86 1 0.04
Hex 15 0 D 0 64 26 5C 143 64 4
Octal 25 0 15 0 144 46 134 503 144 4
Binary 10101 0 1101 0 1100100 100110 1011100 101000011 1100100 100

Color Harmonies of #15000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15000D

Black with #15000D

Text Example


Text Example

White with #15000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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