Html Css Color HEX #4B183B Blackberry

📋 copy color: '#4B183B'

red 75 ◦ green 24 ◦ blue 59

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

Shades of Blackberry #4B183B

Tints of Blackberry #4B183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.19%

 BLUE value IS 59 (23.44% from 255) = 37.34%

R = 47.47%
G = 15.19%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B183B (or 0x4B183B) is known color: Blackberry. HEX triplet: 4B, 18 and 3B. RGB value is (75,24,59). Sum of RGB (Red+Green+Blue) = 75+24+59=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B183B is #B4E7C4. Grayscale: #2B2B2B. Windows color (decimal): -11855813 or 3872843. OLE color: 3872843.

HSL color Cylindrical-coordinate representation of color #4B183B: hue angle of 318.82º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B183B is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 59 -
CMYK 0 0.68 0.21 0.71
HSL 318.82º 0.52% 0.19% -
HSV(B) 318.82º 0.68% 0.29% -
XYZ 4.02 2.46 4.4 -
YUV 43.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 75 24 59 0 0.68 0.21 0.71 318.82 0.52 0.19
Hex 4B 18 3B 0 44 15 47 13F 34 13
Octal 113 30 73 0 104 25 107 477 64 23
Binary 1001011 11000 111011 0 1000100 10101 1000111 100111111 110100 10011

Color Harmonies of #4B183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B183B

Black with #4B183B

Text Example


Text Example

White with #4B183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,59); }

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

background-color css

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

 a { background-color: rgb(75,24,59); }

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

border-color css

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

 span { border-color: rgb(75,24,59); }

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