Html Css Color HEX #4B1839 Blackberry

📋 copy color: '#4B1839'

red 75 ◦ green 24 ◦ blue 57

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

Shades of Blackberry #4B1839

Tints of Blackberry #4B1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 48.08%
G = 15.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B1839 (or 0x4B1839) is known color: Blackberry. HEX triplet: 4B, 18 and 39. RGB value is (75,24,57). Sum of RGB (Red+Green+Blue) = 75+24+57=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1839 is #B4E7C6. Grayscale: #2A2A2A. Windows color (decimal): -11855815 or 3741771. OLE color: 3741771.

HSL color Cylindrical-coordinate representation of color #4B1839: hue angle of 321.18º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1839 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 57 -
CMYK 0 0.68 0.24 0.71
HSL 321.18º 0.52% 0.19% -
HSV(B) 321.18º 0.68% 0.29% -
XYZ 3.97 2.44 4.13 -
YUV 43.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 75 24 57 0 0.68 0.24 0.71 321.18 0.52 0.19
Hex 4B 18 39 0 44 18 47 141 34 13
Octal 113 30 71 0 104 30 107 501 64 23
Binary 1001011 11000 111001 0 1000100 11000 1000111 101000001 110100 10011

Color Harmonies of #4B1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1839

Black with #4B1839

Text Example


Text Example

White with #4B1839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,57); }

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

background-color css

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

 a { background-color: rgb(75,24,57); }

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

border-color css

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

 span { border-color: rgb(75,24,57); }

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