Html Css Color HEX #15010E Blackberry

📋 copy color: '#15010E'

red 21 ◦ green 1 ◦ blue 14

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

Shades of Blackberry #15010E

Tints of Blackberry #15010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 58.33%
G = 2.78%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#15010E (or 0x15010E) is known color: Blackberry. HEX triplet: 15, 01 and 0E. RGB value is (21,1,14). Sum of RGB (Red+Green+Blue) = 21+1+14=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010E is #EAFEF1. Grayscale: #080808. Windows color (decimal): -15400690 or 917781. OLE color: 917781.

HSL color Cylindrical-coordinate representation of color #15010E: hue angle of 321º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010E is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 14 -
CMYK 0 0.95 0.33 0.92
HSL 321º 0.91% 0.04% -
HSV(B) 321º 0.95% 0.08% -
XYZ 0.4 0.21 0.44 -
YUV 8.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 21 1 14 0 0.95 0.33 0.92 321 0.91 0.04
Hex 15 1 E 0 5F 21 5C 141 5B 4
Octal 25 1 16 0 137 41 134 501 133 4
Binary 10101 1 1110 0 1011111 100001 1011100 101000001 1011011 100

Color Harmonies of #15010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15010E

Black with #15010E

Text Example


Text Example

White with #15010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15010E; }

 p { color: rgb(21,1,14); }

 H1.HeaderClassName
 {
   color: #15010E;
 }
 .AnyTagClassName
 {
   color: #15010E;
 }
</style>

background-color css

<style>
 a { background-color: #15010E; }

 a { background-color: rgb(21,1,14); }

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

border-color css

<style>
 span { border-color: #15010E; }

 span { border-color: rgb(21,1,14); }

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