Html Css Color HEX #4C0121 Blackberry

📋 copy color: '#4C0121'

red 76 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #4C0121

Tints of Blackberry #4C0121

RGB

 RED value IS 76 (30.08% from 255) = 69.09%

 GREEN value IS 1 (0.78% from 255) = 0.91%

 BLUE value IS 33 (13.28% from 255) = 30%

R = 69.09%
G = 0.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C0121 (or 0x4C0121) is known color: Blackberry. HEX triplet: 4C, 01 and 21. RGB value is (76,1,33). Sum of RGB (Red+Green+Blue) = 76+1+33=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0121 is #B3FEDE. Grayscale: #1B1B1B. Windows color (decimal): -11796191 or 2163020. OLE color: 2163020.

HSL color Cylindrical-coordinate representation of color #4C0121: hue angle of 334.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0121 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 1 33 -
CMYK 0 0.99 0.57 0.70
HSL 334.4º 0.97% 0.15% -
HSV(B) 334.4º 0.99% 0.3% -
XYZ 3.27 1.67 1.59 -
YUV 27.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 76 1 33 0 0.99 0.57 0.70 334.4 0.97 0.15
Hex 4C 1 21 0 63 39 46 14E 61 F
Octal 114 1 41 0 143 71 106 516 141 17
Binary 1001100 1 100001 0 1100011 111001 1000110 101001110 1100001 1111

Color Harmonies of #4C0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0121

Black with #4C0121

Text Example


Text Example

White with #4C0121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,33); }

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

background-color css

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

 a { background-color: rgb(76,1,33); }

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

border-color css

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

 span { border-color: rgb(76,1,33); }

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