Html Css Color HEX #4D0C33 Blackberry

📋 copy color: '#4D0C33'

red 77 ◦ green 12 ◦ blue 51

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

Shades of Blackberry #4D0C33

Tints of Blackberry #4D0C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 55%
G = 8.57%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D0C33 (or 0x4D0C33) is known color: Blackberry. HEX triplet: 4D, 0C and 33. RGB value is (77,12,51). Sum of RGB (Red+Green+Blue) = 77+12+51=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C33 is #B2F3CC. Grayscale: #232323. Windows color (decimal): -11727821 or 3345485. OLE color: 3345485.

HSL color Cylindrical-coordinate representation of color #4D0C33: hue angle of 324º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C33 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 12 51 -
CMYK 0 0.84 0.34 0.70
HSL 324º 0.73% 0.17% -
HSV(B) 324º 0.84% 0.3% -
XYZ 3.79 2.08 3.33 -
YUV 35.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 77 12 51 0 0.84 0.34 0.70 324 0.73 0.17
Hex 4D C 33 0 54 22 46 144 49 11
Octal 115 14 63 0 124 42 106 504 111 21
Binary 1001101 1100 110011 0 1010100 100010 1000110 101000100 1001001 10001

Color Harmonies of #4D0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C33

Black with #4D0C33

Text Example


Text Example

White with #4D0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,12,51); }

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

background-color css

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

 a { background-color: rgb(77,12,51); }

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

border-color css

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

 span { border-color: rgb(77,12,51); }

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