Html Css Color HEX #4D0323 Blackberry

📋 copy color: '#4D0323'

red 77 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #4D0323

Tints of Blackberry #4D0323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 66.96%
G = 2.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4D0323 (or 0x4D0323) is known color: Blackberry. HEX triplet: 4D, 03 and 23. RGB value is (77,3,35). Sum of RGB (Red+Green+Blue) = 77+3+35=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0323 is #B2FCDC. Grayscale: #1C1C1C. Windows color (decimal): -11730141 or 2294605. OLE color: 2294605.

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

Color convert

RGB 77 3 35 -
CMYK 0 0.96 0.55 0.70
HSL 334.05º 0.93% 0.16% -
HSV(B) 334.05º 0.96% 0.3% -
XYZ 3.4 1.76 1.75 -
YUV 28.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 77 3 35 0 0.96 0.55 0.70 334.05 0.93 0.16
Hex 4D 3 23 0 60 37 46 14E 5C 10
Octal 115 3 43 0 140 67 106 516 134 20
Binary 1001101 11 100011 0 1100000 110111 1000110 101001110 1011100 10000

Color Harmonies of #4D0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0323

Black with #4D0323

Text Example


Text Example

White with #4D0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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