Html Css Color HEX #4C0122 Blackberry

📋 copy color: '#4C0122'

red 76 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #4C0122

Tints of Blackberry #4C0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 30.63%

R = 68.47%
G = 0.9%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4C0122 (or 0x4C0122) is known color: Blackberry. HEX triplet: 4C, 01 and 22. RGB value is (76,1,34). Sum of RGB (Red+Green+Blue) = 76+1+34=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0122 is #B3FEDD. Grayscale: #1B1B1B. Windows color (decimal): -11796190 or 2228556. OLE color: 2228556.

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

Color convert

RGB 76 1 34 -
CMYK 0 0.99 0.55 0.70
HSL 333.6º 0.97% 0.15% -
HSV(B) 333.6º 0.99% 0.3% -
XYZ 3.28 1.67 1.66 -
YUV 27.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 76 1 34 0 0.99 0.55 0.70 333.6 0.97 0.15
Hex 4C 1 22 0 63 37 46 14E 61 F
Octal 114 1 42 0 143 67 106 516 141 17
Binary 1001100 1 100010 0 1100011 110111 1000110 101001110 1100001 1111

Color Harmonies of #4C0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0122

Black with #4C0122

Text Example


Text Example

White with #4C0122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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