Html Css Color HEX #1D000F Blackberry

📋 copy color: '#1D000F'

red 29 ◦ green 0 ◦ blue 15

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

Shades of Blackberry #1D000F

Tints of Blackberry #1D000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 34.09%

R = 65.91%
G = 0%
B = 34.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D000F (or 0x1D000F) is known color: Blackberry. HEX triplet: 1D, 00 and 0F. RGB value is (29,0,15). Sum of RGB (Red+Green+Blue) = 29+0+15=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D000F is #E2FFF0. Grayscale: #0A0A0A. Windows color (decimal): -14876657 or 983069. OLE color: 983069.

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

Color convert

RGB 29 0 15 -
CMYK 0 1 0.48 0.89
HSL 328.97º 1% 0.06% -
HSV(B) 328.97º 1% 0.11% -
XYZ 0.59 0.3 0.48 -
YUV 10.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 29 0 15 0 1 0.48 0.89 328.97 1 0.06
Hex 1D 0 F 0 64 30 59 149 64 6
Octal 35 0 17 0 144 60 131 511 144 6
Binary 11101 0 1111 0 1100100 110000 1011001 101001001 1100100 110

Color Harmonies of #1D000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D000F

Black with #1D000F

Text Example


Text Example

White with #1D000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,0,15); }

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

background-color css

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

 a { background-color: rgb(29,0,15); }

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

border-color css

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

 span { border-color: rgb(29,0,15); }

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