Html Css Color HEX #4A011E Blackberry

📋 copy color: '#4A011E'

red 74 ◦ green 1 ◦ blue 30

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

Shades of Blackberry #4A011E

Tints of Blackberry #4A011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 70.48%
G = 0.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4A011E (or 0x4A011E) is known color: Blackberry. HEX triplet: 4A, 01 and 1E. RGB value is (74,1,30). Sum of RGB (Red+Green+Blue) = 74+1+30=105 (13% of max value = 765). Red value is 74 (29.30% from 255 or 70.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 74 - color contains mainly: red. Hex color #4A011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A011E is #B5FEE1. Grayscale: #1A1A1A. Windows color (decimal): -11927266 or 1966410. OLE color: 1966410.

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

Color convert

RGB 74 1 30 -
CMYK 0 0.99 0.59 0.71
HSL 336.16º 0.97% 0.15% -
HSV(B) 336.16º 0.99% 0.29% -
XYZ 3.07 1.57 1.37 -
YUV 26.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 74 1 30 0 0.99 0.59 0.71 336.16 0.97 0.15
Hex 4A 1 1E 0 63 3B 47 150 61 F
Octal 112 1 36 0 143 73 107 520 141 17
Binary 1001010 1 11110 0 1100011 111011 1000111 101010000 1100001 1111

Color Harmonies of #4A011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A011E

Black with #4A011E

Text Example


Text Example

White with #4A011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,30); }

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

background-color css

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

 a { background-color: rgb(74,1,30); }

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

border-color css

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

 span { border-color: rgb(74,1,30); }

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