Html Css Color HEX #4C002E Blackberry

📋 copy color: '#4C002E'

red 76 ◦ green 0 ◦ blue 46

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

Shades of Blackberry #4C002E

Tints of Blackberry #4C002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 62.3%
G = 0%
B = 37.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C002E (or 0x4C002E) is known color: Blackberry. HEX triplet: 4C, 00 and 2E. RGB value is (76,0,46). Sum of RGB (Red+Green+Blue) = 76+0+46=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C002E is #B3FFD1. Grayscale: #1B1B1B. Windows color (decimal): -11796434 or 3014732. OLE color: 3014732.

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

Color convert

RGB 76 0 46 -
CMYK 0 1 0.39 0.70
HSL 323.68º 1% 0.15% -
HSV(B) 323.68º 1% 0.3% -
XYZ 3.47 1.73 2.74 -
YUV 27.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 76 0 46 0 1 0.39 0.70 323.68 1 0.15
Hex 4C 0 2E 0 64 27 46 144 64 F
Octal 114 0 56 0 144 47 106 504 144 17
Binary 1001100 0 101110 0 1100100 100111 1000110 101000100 1100100 1111

Color Harmonies of #4C002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C002E

Black with #4C002E

Text Example


Text Example

White with #4C002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,46); }

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

background-color css

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

 a { background-color: rgb(76,0,46); }

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

border-color css

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

 span { border-color: rgb(76,0,46); }

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