Html Css Color HEX #4C0026 Blackberry

📋 copy color: '#4C0026'

red 76 ◦ green 0 ◦ blue 38

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

Shades of Blackberry #4C0026

Tints of Blackberry #4C0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C0026 (or 0x4C0026) is known color: Blackberry. HEX triplet: 4C, 00 and 26. RGB value is (76,0,38). Sum of RGB (Red+Green+Blue) = 76+0+38=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0026 is #B3FFD9. Grayscale: #1A1A1A. Windows color (decimal): -11796442 or 2490444. OLE color: 2490444.

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

Color convert

RGB 76 0 38 -
CMYK 0 1 0.5 0.70
HSL 330º 1% 0.15% -
HSV(B) 330º 1% 0.3% -
XYZ 3.33 1.68 1.98 -
YUV 27.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 76 0 38 0 1 0.5 0.70 330 1 0.15
Hex 4C 0 26 0 64 32 46 14A 64 F
Octal 114 0 46 0 144 62 106 512 144 17
Binary 1001100 0 100110 0 1100100 110010 1000110 101001010 1100100 1111

Color Harmonies of #4C0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0026

Black with #4C0026

Text Example


Text Example

White with #4C0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,0,38); }

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

background-color css

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

 a { background-color: rgb(76,0,38); }

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

border-color css

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

 span { border-color: rgb(76,0,38); }

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