Html Css Color HEX #4B0339 Blackberry

📋 copy color: '#4B0339'

red 75 ◦ green 3 ◦ blue 57

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

Shades of Blackberry #4B0339

Tints of Blackberry #4B0339

RGB

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

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

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

R = 55.56%
G = 2.22%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4B0339 (or 0x4B0339) is known color: Blackberry. HEX triplet: 4B, 03 and 39. RGB value is (75,3,57). Sum of RGB (Red+Green+Blue) = 75+3+57=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0339 is #B4FCC6. Grayscale: #1E1E1E. Windows color (decimal): -11861191 or 3736395. OLE color: 3736395.

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

Color convert

RGB 75 3 57 -
CMYK 0 0.96 0.24 0.71
HSL 315º 0.92% 0.15% -
HSV(B) 315º 0.96% 0.29% -
XYZ 3.67 1.86 4.04 -
YUV 30.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 75 3 57 0 0.96 0.24 0.71 315 0.92 0.15
Hex 4B 3 39 0 60 18 47 13B 5C F
Octal 113 3 71 0 140 30 107 473 134 17
Binary 1001011 11 111001 0 1100000 11000 1000111 100111011 1011100 1111

Color Harmonies of #4B0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0339

Black with #4B0339

Text Example


Text Example

White with #4B0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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