Html Css Color HEX #4B052F Blackberry

📋 copy color: '#4B052F'

red 75 ◦ green 5 ◦ blue 47

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

Shades of Blackberry #4B052F

Tints of Blackberry #4B052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 59.06%
G = 3.94%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B052F (or 0x4B052F) is known color: Blackberry. HEX triplet: 4B, 05 and 2F. RGB value is (75,5,47). Sum of RGB (Red+Green+Blue) = 75+5+47=127 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.06% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 75 - color contains mainly: red. Hex color #4B052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B052F is #B4FAD0. Grayscale: #1E1E1E. Windows color (decimal): -11860689 or 3081547. OLE color: 3081547.

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

Color convert

RGB 75 5 47 -
CMYK 0 0.93 0.37 0.71
HSL 324º 0.88% 0.16% -
HSV(B) 324º 0.93% 0.29% -
XYZ 3.47 1.81 2.86 -
YUV 30.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 75 5 47 0 0.93 0.37 0.71 324 0.88 0.16
Hex 4B 5 2F 0 5D 25 47 144 58 10
Octal 113 5 57 0 135 45 107 504 130 20
Binary 1001011 101 101111 0 1011101 100101 1000111 101000100 1011000 10000

Color Harmonies of #4B052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B052F

Black with #4B052F

Text Example


Text Example

White with #4B052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,47); }

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

background-color css

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

 a { background-color: rgb(75,5,47); }

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

border-color css

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

 span { border-color: rgb(75,5,47); }

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