Html Css Color HEX #15030D Blackberry

📋 copy color: '#15030D'

red 21 ◦ green 3 ◦ blue 13

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

Shades of Blackberry #15030D

Tints of Blackberry #15030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.11%

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

R = 56.76%
G = 8.11%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#15030D (or 0x15030D) is known color: Blackberry. HEX triplet: 15, 03 and 0D. RGB value is (21,3,13). Sum of RGB (Red+Green+Blue) = 21+3+13=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030D is #EAFCF2. Grayscale: #090909. Windows color (decimal): -15400179 or 852757. OLE color: 852757.

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

Color convert

RGB 21 3 13 -
CMYK 0 0.86 0.38 0.92
HSL 326.67º 0.75% 0.05% -
HSV(B) 326.67º 0.86% 0.08% -
XYZ 0.41 0.25 0.41 -
YUV 9.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 21 3 13 0 0.86 0.38 0.92 326.67 0.75 0.05
Hex 15 3 D 0 56 26 5C 147 4B 5
Octal 25 3 15 0 126 46 134 507 113 5
Binary 10101 11 1101 0 1010110 100110 1011100 101000111 1001011 101

Color Harmonies of #15030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15030D

Black with #15030D

Text Example


Text Example

White with #15030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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