Html Css Color HEX #4E0330 Blackberry

📋 copy color: '#4E0330'

red 78 ◦ green 3 ◦ blue 48

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

Shades of Blackberry #4E0330

Tints of Blackberry #4E0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 60.47%
G = 2.33%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4E0330 (or 0x4E0330) is known color: Blackberry. HEX triplet: 4E, 03 and 30. RGB value is (78,3,48). Sum of RGB (Red+Green+Blue) = 78+3+48=129 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60.47% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0330 is #B1FCCF. Grayscale: #1E1E1E. Windows color (decimal): -11664592 or 3146574. OLE color: 3146574.

HSL color Cylindrical-coordinate representation of color #4E0330: hue angle of 324º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0330 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 3 48 -
CMYK 0 0.96 0.38 0.69
HSL 324º 0.93% 0.16% -
HSV(B) 324º 0.96% 0.31% -
XYZ 3.71 1.9 2.97 -
YUV 30.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 78 3 48 0 0.96 0.38 0.69 324 0.93 0.16
Hex 4E 3 30 0 60 26 45 144 5D 10
Octal 116 3 60 0 140 46 105 504 135 20
Binary 1001110 11 110000 0 1100000 100110 1000101 101000100 1011101 10000

Color Harmonies of #4E0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0330

Black with #4E0330

Text Example


Text Example

White with #4E0330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,3,48); }

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

background-color css

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

 a { background-color: rgb(78,3,48); }

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

border-color css

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

 span { border-color: rgb(78,3,48); }

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