Html Css Color HEX #4E0125 Blackberry

📋 copy color: '#4E0125'

red 78 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #4E0125

Tints of Blackberry #4E0125

RGB

 RED value IS 78 (30.86% from 255) = 67.24%

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

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 67.24%
G = 0.86%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4E0125 (or 0x4E0125) is known color: Blackberry. HEX triplet: 4E, 01 and 25. RGB value is (78,1,37). Sum of RGB (Red+Green+Blue) = 78+1+37=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0125 is #B1FEDA. Grayscale: #1C1C1C. Windows color (decimal): -11665115 or 2425166. OLE color: 2425166.

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

Color convert

RGB 78 1 37 -
CMYK 0 0.99 0.53 0.69
HSL 331.95º 0.97% 0.15% -
HSV(B) 331.95º 0.99% 0.31% -
XYZ 3.49 1.77 1.91 -
YUV 28.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 78 1 37 0 0.99 0.53 0.69 331.95 0.97 0.15
Hex 4E 1 25 0 63 35 45 14C 61 F
Octal 116 1 45 0 143 65 105 514 141 17
Binary 1001110 1 100101 0 1100011 110101 1000101 101001100 1100001 1111

Color Harmonies of #4E0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0125

Black with #4E0125

Text Example


Text Example

White with #4E0125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,37); }

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

background-color css

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

 a { background-color: rgb(78,1,37); }

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

border-color css

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

 span { border-color: rgb(78,1,37); }

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