Html Css Color HEX #4C002B Blackberry

📋 copy color: '#4C002B'

red 76 ◦ green 0 ◦ blue 43

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

Shades of Blackberry #4C002B

Tints of Blackberry #4C002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 63.87%
G = 0%
B = 36.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C002B (or 0x4C002B) is known color: Blackberry. HEX triplet: 4C, 00 and 2B. RGB value is (76,0,43). Sum of RGB (Red+Green+Blue) = 76+0+43=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C002B is #B3FFD4. Grayscale: #1B1B1B. Windows color (decimal): -11796437 or 2818124. OLE color: 2818124.

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

Color convert

RGB 76 0 43 -
CMYK 0 1 0.43 0.70
HSL 326.05º 1% 0.15% -
HSV(B) 326.05º 1% 0.3% -
XYZ 3.42 1.71 2.44 -
YUV 27.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 76 0 43 0 1 0.43 0.70 326.05 1 0.15
Hex 4C 0 2B 0 64 2B 46 146 64 F
Octal 114 0 53 0 144 53 106 506 144 17
Binary 1001100 0 101011 0 1100100 101011 1000110 101000110 1100100 1111

Color Harmonies of #4C002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C002B

Black with #4C002B

Text Example


Text Example

White with #4C002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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