Html Css Color HEX #4D1834 Blackberry

📋 copy color: '#4D1834'

red 77 ◦ green 24 ◦ blue 52

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

Shades of Blackberry #4D1834

Tints of Blackberry #4D1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.99%

R = 50.33%
G = 15.69%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D1834 (or 0x4D1834) is known color: Blackberry. HEX triplet: 4D, 18 and 34. RGB value is (77,24,52). Sum of RGB (Red+Green+Blue) = 77+24+52=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1834 is #B2E7CB. Grayscale: #2A2A2A. Windows color (decimal): -11724748 or 3414093. OLE color: 3414093.

HSL color Cylindrical-coordinate representation of color #4D1834: hue angle of 328.3º 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 #4D1834 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 24 52 -
CMYK 0 0.69 0.32 0.70
HSL 328.3º 0.52% 0.2% -
HSV(B) 328.3º 0.69% 0.3% -
XYZ 4.01 2.48 3.52 -
YUV 43.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 77 24 52 0 0.69 0.32 0.70 328.3 0.52 0.2
Hex 4D 18 34 0 45 20 46 148 34 14
Octal 115 30 64 0 105 40 106 510 64 24
Binary 1001101 11000 110100 0 1000101 100000 1000110 101001000 110100 10100

Color Harmonies of #4D1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1834

Black with #4D1834

Text Example


Text Example

White with #4D1834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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