Html Css Color HEX #15020D Blackberry

📋 copy color: '#15020D'

red 21 ◦ green 2 ◦ blue 13

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

Shades of Blackberry #15020D

Tints of Blackberry #15020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.56%

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

R = 58.33%
G = 5.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15020D (or 0x15020D) is known color: Blackberry. HEX triplet: 15, 02 and 0D. RGB value is (21,2,13). Sum of RGB (Red+Green+Blue) = 21+2+13=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020D is #EAFDF2. Grayscale: #080808. Windows color (decimal): -15400435 or 852501. OLE color: 852501.

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

Color convert

RGB 21 2 13 -
CMYK 0 0.90 0.38 0.92
HSL 325.26º 0.83% 0.05% -
HSV(B) 325.26º 0.9% 0.08% -
XYZ 0.4 0.23 0.4 -
YUV 8.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 21 2 13 0 0.90 0.38 0.92 325.26 0.83 0.05
Hex 15 2 D 0 5A 26 5C 145 53 5
Octal 25 2 15 0 132 46 134 505 123 5
Binary 10101 10 1101 0 1011010 100110 1011100 101000101 1010011 101

Color Harmonies of #15020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15020D

Black with #15020D

Text Example


Text Example

White with #15020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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