Html Css Color HEX #4A042A Blackberry

📋 copy color: '#4A042A'

red 74 ◦ green 4 ◦ blue 42

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

Shades of Blackberry #4A042A

Tints of Blackberry #4A042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 42 (16.8% from 255) = 35%

R = 61.67%
G = 3.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4A042A (or 0x4A042A) is known color: Blackberry. HEX triplet: 4A, 04 and 2A. RGB value is (74,4,42). Sum of RGB (Red+Green+Blue) = 74+4+42=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A042A is #B5FBD5. Grayscale: #1D1D1D. Windows color (decimal): -11926486 or 2753610. OLE color: 2753610.

HSL color Cylindrical-coordinate representation of color #4A042A: hue angle of 327.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A042A is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 4 42 -
CMYK 0 0.95 0.43 0.71
HSL 327.43º 0.9% 0.15% -
HSV(B) 327.43º 0.95% 0.29% -
XYZ 3.29 1.71 2.35 -
YUV 29.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 74 4 42 0 0.95 0.43 0.71 327.43 0.9 0.15
Hex 4A 4 2A 0 5F 2B 47 147 5A F
Octal 112 4 52 0 137 53 107 507 132 17
Binary 1001010 100 101010 0 1011111 101011 1000111 101000111 1011010 1111

Color Harmonies of #4A042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A042A

Black with #4A042A

Text Example


Text Example

White with #4A042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,42); }

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

background-color css

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

 a { background-color: rgb(74,4,42); }

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

border-color css

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

 span { border-color: rgb(74,4,42); }

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