Html Css Color HEX #4D0325 Blackberry

📋 copy color: '#4D0325'

red 77 ◦ green 3 ◦ blue 37

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

Shades of Blackberry #4D0325

Tints of Blackberry #4D0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 65.81%
G = 2.56%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D0325 (or 0x4D0325) is known color: Blackberry. HEX triplet: 4D, 03 and 25. RGB value is (77,3,37). Sum of RGB (Red+Green+Blue) = 77+3+37=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0325 is #B2FCDA. Grayscale: #1C1C1C. Windows color (decimal): -11730139 or 2425677. OLE color: 2425677.

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

Color convert

RGB 77 3 37 -
CMYK 0 0.96 0.52 0.70
HSL 332.43º 0.93% 0.16% -
HSV(B) 332.43º 0.96% 0.3% -
XYZ 3.43 1.78 1.91 -
YUV 29 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 77 3 37 0 0.96 0.52 0.70 332.43 0.93 0.16
Hex 4D 3 25 0 60 34 46 14C 5C 10
Octal 115 3 45 0 140 64 106 514 134 20
Binary 1001101 11 100101 0 1100000 110100 1000110 101001100 1011100 10000

Color Harmonies of #4D0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0325

Black with #4D0325

Text Example


Text Example

White with #4D0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,37); }

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

background-color css

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

 a { background-color: rgb(77,3,37); }

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

border-color css

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

 span { border-color: rgb(77,3,37); }

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