Html Css Color HEX #1D0115 Blackberry

📋 copy color: '#1D0115'

red 29 ◦ green 1 ◦ blue 21

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

Shades of Blackberry #1D0115

Tints of Blackberry #1D0115

RGB

 RED value IS 29 (11.72% from 255) = 56.86%

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

 BLUE value IS 21 (8.59% from 255) = 41.18%

R = 56.86%
G = 1.96%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#1D0115 (or 0x1D0115) is known color: Blackberry. HEX triplet: 1D, 01 and 15. RGB value is (29,1,21). Sum of RGB (Red+Green+Blue) = 29+1+21=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0115 is #E2FEEA. Grayscale: #0B0B0B. Windows color (decimal): -14876395 or 1376541. OLE color: 1376541.

HSL color Cylindrical-coordinate representation of color #1D0115: hue angle of 317.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0115 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 1 21 -
CMYK 0 0.97 0.28 0.89
HSL 317.14º 0.93% 0.06% -
HSV(B) 317.14º 0.97% 0.11% -
XYZ 0.65 0.34 0.74 -
YUV 11.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 29 1 21 0 0.97 0.28 0.89 317.14 0.93 0.06
Hex 1D 1 15 0 61 1C 59 13D 5D 6
Octal 35 1 25 0 141 34 131 475 135 6
Binary 11101 1 10101 0 1100001 11100 1011001 100111101 1011101 110

Color Harmonies of #1D0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0115

Black with #1D0115

Text Example


Text Example

White with #1D0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0115; }

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

 H1.HeaderClassName
 {
   color: #1D0115;
 }
 .AnyTagClassName
 {
   color: #1D0115;
 }
</style>

background-color css

<style>
 a { background-color: #1D0115; }

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

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

border-color css

<style>
 span { border-color: #1D0115; }

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

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