Html Css Color HEX #4B0732 Blackberry

📋 copy color: '#4B0732'

red 75 ◦ green 7 ◦ blue 50

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

Shades of Blackberry #4B0732

Tints of Blackberry #4B0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

 BLUE value IS 50 (19.92% from 255) = 37.88%

R = 56.82%
G = 5.3%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#4B0732 (or 0x4B0732) is known color: Blackberry. HEX triplet: 4B, 07 and 32. RGB value is (75,7,50). Sum of RGB (Red+Green+Blue) = 75+7+50=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0732 is #B4F8CD. Grayscale: #202020. Windows color (decimal): -11860174 or 3278667. OLE color: 3278667.

HSL color Cylindrical-coordinate representation of color #4B0732: hue angle of 322.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0732 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 7 50 -
CMYK 0 0.91 0.33 0.71
HSL 322.06º 0.83% 0.16% -
HSV(B) 322.06º 0.91% 0.29% -
XYZ 3.55 1.88 3.19 -
YUV 32.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 75 7 50 0 0.91 0.33 0.71 322.06 0.83 0.16
Hex 4B 7 32 0 5B 21 47 142 53 10
Octal 113 7 62 0 133 41 107 502 123 20
Binary 1001011 111 110010 0 1011011 100001 1000111 101000010 1010011 10000

Color Harmonies of #4B0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0732

Black with #4B0732

Text Example


Text Example

White with #4B0732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,7,50); }

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

background-color css

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

 a { background-color: rgb(75,7,50); }

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

border-color css

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

 span { border-color: rgb(75,7,50); }

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