Html Css Color HEX #4D1836 Blackberry

📋 copy color: '#4D1836'

red 77 ◦ green 24 ◦ blue 54

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

Shades of Blackberry #4D1836

Tints of Blackberry #4D1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 49.68%
G = 15.48%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D1836 (or 0x4D1836) is known color: Blackberry. HEX triplet: 4D, 18 and 36. RGB value is (77,24,54). Sum of RGB (Red+Green+Blue) = 77+24+54=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1836 is #B2E7C9. Grayscale: #2B2B2B. Windows color (decimal): -11724746 or 3545165. OLE color: 3545165.

HSL color Cylindrical-coordinate representation of color #4D1836: hue angle of 326.04º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1836 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 24 54 -
CMYK 0 0.69 0.30 0.70
HSL 326.04º 0.52% 0.2% -
HSV(B) 326.04º 0.69% 0.3% -
XYZ 4.05 2.5 3.76 -
YUV 43.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 77 24 54 0 0.69 0.30 0.70 326.04 0.52 0.2
Hex 4D 18 36 0 45 1E 46 146 34 14
Octal 115 30 66 0 105 36 106 506 64 24
Binary 1001101 11000 110110 0 1000101 11110 1000110 101000110 110100 10100

Color Harmonies of #4D1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1836

Black with #4D1836

Text Example


Text Example

White with #4D1836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,24,54); }

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

background-color css

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

 a { background-color: rgb(77,24,54); }

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

border-color css

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

 span { border-color: rgb(77,24,54); }

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