Html Css Color HEX #4C002F Blackberry

📋 copy color: '#4C002F'

red 76 ◦ green 0 ◦ blue 47

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

Shades of Blackberry #4C002F

Tints of Blackberry #4C002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 61.79%
G = 0%
B = 38.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C002F (or 0x4C002F) is known color: Blackberry. HEX triplet: 4C, 00 and 2F. RGB value is (76,0,47). Sum of RGB (Red+Green+Blue) = 76+0+47=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C002F is #B3FFD0. Grayscale: #1B1B1B. Windows color (decimal): -11796433 or 3080268. OLE color: 3080268.

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

Color convert

RGB 76 0 47 -
CMYK 0 1 0.38 0.70
HSL 322.89º 1% 0.15% -
HSV(B) 322.89º 1% 0.3% -
XYZ 3.49 1.74 2.84 -
YUV 28.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 76 0 47 0 1 0.38 0.70 322.89 1 0.15
Hex 4C 0 2F 0 64 26 46 143 64 F
Octal 114 0 57 0 144 46 106 503 144 17
Binary 1001100 0 101111 0 1100100 100110 1000110 101000011 1100100 1111

Color Harmonies of #4C002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C002F

Black with #4C002F

Text Example


Text Example

White with #4C002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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