Html Css Color HEX #1D0615 Blackberry

📋 copy color: '#1D0615'

red 29 ◦ green 6 ◦ blue 21

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

Shades of Blackberry #1D0615

Tints of Blackberry #1D0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.71%

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

R = 51.79%
G = 10.71%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#1D0615 (or 0x1D0615) is known color: Blackberry. HEX triplet: 1D, 06 and 15. RGB value is (29,6,21). Sum of RGB (Red+Green+Blue) = 29+6+21=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0615 is #E2F9EA. Grayscale: #0E0E0E. Windows color (decimal): -14875115 or 1377821. OLE color: 1377821.

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

Color convert

RGB 29 6 21 -
CMYK 0 0.79 0.28 0.89
HSL 320.87º 0.66% 0.07% -
HSV(B) 320.87º 0.79% 0.11% -
XYZ 0.71 0.45 0.76 -
YUV 14.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 29 6 21 0 0.79 0.28 0.89 320.87 0.66 0.07
Hex 1D 6 15 0 4F 1C 59 141 42 7
Octal 35 6 25 0 117 34 131 501 102 7
Binary 11101 110 10101 0 1001111 11100 1011001 101000001 1000010 111

Color Harmonies of #1D0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0615

Black with #1D0615

Text Example


Text Example

White with #1D0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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