Html Css Color HEX #4C102E Blackberry

📋 copy color: '#4C102E'

red 76 ◦ green 16 ◦ blue 46

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

Shades of Blackberry #4C102E

Tints of Blackberry #4C102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 46 (18.36% from 255) = 33.33%

R = 55.07%
G = 11.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C102E (or 0x4C102E) is known color: Blackberry. HEX triplet: 4C, 10 and 2E. RGB value is (76,16,46). Sum of RGB (Red+Green+Blue) = 76+16+46=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C102E is #B3EFD1. Grayscale: #252525. Windows color (decimal): -11792338 or 3018828. OLE color: 3018828.

HSL color Cylindrical-coordinate representation of color #4C102E: hue angle of 330º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C102E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 16 46 -
CMYK 0 0.79 0.39 0.70
HSL 330º 0.65% 0.18% -
HSV(B) 330º 0.79% 0.3% -
XYZ 3.66 2.1 2.8 -
YUV 37.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 76 16 46 0 0.79 0.39 0.70 330 0.65 0.18
Hex 4C 10 2E 0 4F 27 46 14A 41 12
Octal 114 20 56 0 117 47 106 512 101 22
Binary 1001100 10000 101110 0 1001111 100111 1000110 101001010 1000001 10010

Color Harmonies of #4C102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C102E

Black with #4C102E

Text Example


Text Example

White with #4C102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,46); }

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

background-color css

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

 a { background-color: rgb(76,16,46); }

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

border-color css

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

 span { border-color: rgb(76,16,46); }

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