Html Css Color HEX #4C1A3D Blackberry

📋 copy color: '#4C1A3D'

red 76 ◦ green 26 ◦ blue 61

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

Shades of Blackberry #4C1A3D

Tints of Blackberry #4C1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 46.63%
G = 15.95%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C1A3D (or 0x4C1A3D) is known color: Blackberry. HEX triplet: 4C, 1A and 3D. RGB value is (76,26,61). Sum of RGB (Red+Green+Blue) = 76+26+61=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A3D is #B3E5C2. Grayscale: #2C2C2C. Windows color (decimal): -11789763 or 4004428. OLE color: 4004428.

HSL color Cylindrical-coordinate representation of color #4C1A3D: hue angle of 318º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A3D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 26 61 -
CMYK 0 0.66 0.20 0.70
HSL 318º 0.49% 0.2% -
HSV(B) 318º 0.66% 0.3% -
XYZ 4.19 2.61 4.7 -
YUV 44.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 76 26 61 0 0.66 0.20 0.70 318 0.49 0.2
Hex 4C 1A 3D 0 42 14 46 13E 31 14
Octal 114 32 75 0 102 24 106 476 61 24
Binary 1001100 11010 111101 0 1000010 10100 1000110 100111110 110001 10100

Color Harmonies of #4C1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A3D

Black with #4C1A3D

Text Example


Text Example

White with #4C1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,26,61); }

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

background-color css

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

 a { background-color: rgb(76,26,61); }

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

border-color css

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

 span { border-color: rgb(76,26,61); }

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