Html Css Color HEX #4D002F Blackberry

📋 copy color: '#4D002F'

red 77 ◦ green 0 ◦ blue 47

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

Shades of Blackberry #4D002F

Tints of Blackberry #4D002F

RGB

 RED value IS 77 (30.47% from 255) = 62.1%

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

 BLUE value IS 47 (18.75% from 255) = 37.9%

R = 62.1%
G = 0%
B = 37.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D002F (or 0x4D002F) is known color: Blackberry. HEX triplet: 4D, 00 and 2F. RGB value is (77,0,47). Sum of RGB (Red+Green+Blue) = 77+0+47=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D002F is #B2FFD0. Grayscale: #1C1C1C. Windows color (decimal): -11730897 or 3080269. OLE color: 3080269.

HSL color Cylindrical-coordinate representation of color #4D002F: hue angle of 323.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D002F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 0 47 -
CMYK 0 1 0.39 0.70
HSL 323.38º 1% 0.15% -
HSV(B) 323.38º 1% 0.3% -
XYZ 3.57 1.78 2.85 -
YUV 28.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 77 0 47 0 1 0.39 0.70 323.38 1 0.15
Hex 4D 0 2F 0 64 27 46 143 64 F
Octal 115 0 57 0 144 47 106 503 144 17
Binary 1001101 0 101111 0 1100100 100111 1000110 101000011 1100100 1111

Color Harmonies of #4D002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D002F

Black with #4D002F

Text Example


Text Example

White with #4D002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D002F; }

 p { color: rgb(77,0,47); }

 H1.HeaderClassName
 {
   color: #4D002F;
 }
 .AnyTagClassName
 {
   color: #4D002F;
 }
</style>

background-color css

<style>
 a { background-color: #4D002F; }

 a { background-color: rgb(77,0,47); }

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

border-color css

<style>
 span { border-color: #4D002F; }

 span { border-color: rgb(77,0,47); }

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