Html Css Color HEX #15000C Blackberry

📋 copy color: '#15000C'

red 21 ◦ green 0 ◦ blue 12

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

Shades of Blackberry #15000C

Tints of Blackberry #15000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 36.36%

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#15000C (or 0x15000C) is known color: Blackberry. HEX triplet: 15, 00 and 0C. RGB value is (21,0,12). Sum of RGB (Red+Green+Blue) = 21+0+12=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #15000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000C is #EAFFF3. Grayscale: #070707. Windows color (decimal): -15400948 or 786453. OLE color: 786453.

HSL color Cylindrical-coordinate representation of color #15000C: hue angle of 325.71º 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 #15000C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 0 12 -
CMYK 0 1 0.43 0.92
HSL 325.71º 1% 0.04% -
HSV(B) 325.71º 1% 0.08% -
XYZ 0.38 0.19 0.36 -
YUV 7.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 21 0 12 0 1 0.43 0.92 325.71 1 0.04
Hex 15 0 C 0 64 2B 5C 146 64 4
Octal 25 0 14 0 144 53 134 506 144 4
Binary 10101 0 1100 0 1100100 101011 1011100 101000110 1100100 100

Color Harmonies of #15000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15000C

Black with #15000C

Text Example


Text Example

White with #15000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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