Html Css Color HEX #4B112B Blackberry

📋 copy color: '#4B112B'

red 75 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #4B112B

Tints of Blackberry #4B112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 55.56%
G = 12.59%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4B112B (or 0x4B112B) is known color: Blackberry. HEX triplet: 4B, 11 and 2B. RGB value is (75,17,43). Sum of RGB (Red+Green+Blue) = 75+17+43=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B112B is #B4EED4. Grayscale: #252525. Windows color (decimal): -11857621 or 2822475. OLE color: 2822475.

HSL color Cylindrical-coordinate representation of color #4B112B: hue angle of 333.1º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B112B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 17 43 -
CMYK 0 0.77 0.43 0.71
HSL 333.1º 0.63% 0.18% -
HSV(B) 333.1º 0.77% 0.29% -
XYZ 3.54 2.07 2.5 -
YUV 37.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 75 17 43 0 0.77 0.43 0.71 333.1 0.63 0.18
Hex 4B 11 2B 0 4D 2B 47 14D 3F 12
Octal 113 21 53 0 115 53 107 515 77 22
Binary 1001011 10001 101011 0 1001101 101011 1000111 101001101 111111 10010

Color Harmonies of #4B112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B112B

Black with #4B112B

Text Example


Text Example

White with #4B112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,17,43); }

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

background-color css

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

 a { background-color: rgb(75,17,43); }

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

border-color css

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

 span { border-color: rgb(75,17,43); }

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