Html Css Color HEX #4B112A Blackberry

📋 copy color: '#4B112A'

red 75 ◦ green 17 ◦ blue 42

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

Shades of Blackberry #4B112A

Tints of Blackberry #4B112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.34%

R = 55.97%
G = 12.69%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B112A (or 0x4B112A) is known color: Blackberry. HEX triplet: 4B, 11 and 2A. RGB value is (75,17,42). Sum of RGB (Red+Green+Blue) = 75+17+42=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B112A is #B4EED5. Grayscale: #252525. Windows color (decimal): -11857622 or 2756939. OLE color: 2756939.

HSL color Cylindrical-coordinate representation of color #4B112A: hue angle of 334.14º 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 #4B112A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 17 42 -
CMYK 0 0.77 0.44 0.71
HSL 334.14º 0.63% 0.18% -
HSV(B) 334.14º 0.77% 0.29% -
XYZ 3.52 2.06 2.4 -
YUV 37.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 75 17 42 0 0.77 0.44 0.71 334.14 0.63 0.18
Hex 4B 11 2A 0 4D 2C 47 14E 3F 12
Octal 113 21 52 0 115 54 107 516 77 22
Binary 1001011 10001 101010 0 1001101 101100 1000111 101001110 111111 10010

Color Harmonies of #4B112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B112A

Black with #4B112A

Text Example


Text Example

White with #4B112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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