Html Css Color HEX #4A0727 Blackberry

📋 copy color: '#4A0727'

red 74 ◦ green 7 ◦ blue 39

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

Shades of Blackberry #4A0727

Tints of Blackberry #4A0727

RGB

 RED value IS 74 (29.3% from 255) = 61.67%

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 61.67%
G = 5.83%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4A0727 (or 0x4A0727) is known color: Blackberry. HEX triplet: 4A, 07 and 27. RGB value is (74,7,39). Sum of RGB (Red+Green+Blue) = 74+7+39=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0727 is #B5F8D8. Grayscale: #1E1E1E. Windows color (decimal): -11925721 or 2557770. OLE color: 2557770.

HSL color Cylindrical-coordinate representation of color #4A0727: hue angle of 331.34º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0727 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 7 39 -
CMYK 0 0.91 0.47 0.71
HSL 331.34º 0.83% 0.16% -
HSV(B) 331.34º 0.91% 0.29% -
XYZ 3.27 1.75 2.09 -
YUV 30.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 74 7 39 0 0.91 0.47 0.71 331.34 0.83 0.16
Hex 4A 7 27 0 5B 2F 47 14B 53 10
Octal 112 7 47 0 133 57 107 513 123 20
Binary 1001010 111 100111 0 1011011 101111 1000111 101001011 1010011 10000

Color Harmonies of #4A0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0727

Black with #4A0727

Text Example


Text Example

White with #4A0727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,7,39); }

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

background-color css

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

 a { background-color: rgb(74,7,39); }

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

border-color css

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

 span { border-color: rgb(74,7,39); }

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