Html Css Color HEX #1D0714 Blackberry

📋 copy color: '#1D0714'

red 29 ◦ green 7 ◦ blue 20

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

Shades of Blackberry #1D0714

Tints of Blackberry #1D0714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.5%

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 51.79%
G = 12.5%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#1D0714 (or 0x1D0714) is known color: Blackberry. HEX triplet: 1D, 07 and 14. RGB value is (29,7,20). Sum of RGB (Red+Green+Blue) = 29+7+20=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0714 is #E2F8EB. Grayscale: #0F0F0F. Windows color (decimal): -14874860 or 1312541. OLE color: 1312541.

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

Color convert

RGB 29 7 20 -
CMYK 0 0.76 0.31 0.89
HSL 324.55º 0.61% 0.07% -
HSV(B) 324.55º 0.76% 0.11% -
XYZ 0.71 0.46 0.71 -
YUV 15.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 29 7 20 0 0.76 0.31 0.89 324.55 0.61 0.07
Hex 1D 7 14 0 4C 1F 59 145 3D 7
Octal 35 7 24 0 114 37 131 505 75 7
Binary 11101 111 10100 0 1001100 11111 1011001 101000101 111101 111

Color Harmonies of #1D0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0714

Black with #1D0714

Text Example


Text Example

White with #1D0714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,7,20); }

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

background-color css

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

 a { background-color: rgb(29,7,20); }

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

border-color css

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

 span { border-color: rgb(29,7,20); }

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