Html Css Color HEX #4B0E41 Blackberry

📋 copy color: '#4B0E41'

red 75 ◦ green 14 ◦ blue 65

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

Shades of Blackberry #4B0E41

Tints of Blackberry #4B0E41

RGB

 RED value IS 75 (29.69% from 255) = 48.7%

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 48.7%
G = 9.09%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B0E41 (or 0x4B0E41) is known color: Blackberry. HEX triplet: 4B, 0E and 41. RGB value is (75,14,65). Sum of RGB (Red+Green+Blue) = 75+14+65=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0E41 is #B4F1BE. Grayscale: #252525. Windows color (decimal): -11858367 or 4263499. OLE color: 4263499.

HSL color Cylindrical-coordinate representation of color #4B0E41: hue angle of 309.84º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B0E41 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 14 65 -
CMYK 0 0.81 0.13 0.71
HSL 309.84º 0.69% 0.17% -
HSV(B) 309.84º 0.81% 0.29% -
XYZ 4.01 2.19 5.21 -
YUV 38.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 75 14 65 0 0.81 0.13 0.71 309.84 0.69 0.17
Hex 4B E 41 0 51 D 47 136 45 11
Octal 113 16 101 0 121 15 107 466 105 21
Binary 1001011 1110 1000001 0 1010001 1101 1000111 100110110 1000101 10001

Color Harmonies of #4B0E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0E41

Black with #4B0E41

Text Example


Text Example

White with #4B0E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,65); }

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

background-color css

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

 a { background-color: rgb(75,14,65); }

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

border-color css

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

 span { border-color: rgb(75,14,65); }

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