Html Css Color HEX #4B193B Blackberry

📋 copy color: '#4B193B'

red 75 ◦ green 25 ◦ blue 59

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

Shades of Blackberry #4B193B

Tints of Blackberry #4B193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 47.17%
G = 15.72%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B193B (or 0x4B193B) is known color: Blackberry. HEX triplet: 4B, 19 and 3B. RGB value is (75,25,59). Sum of RGB (Red+Green+Blue) = 75+25+59=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B193B is #B4E6C4. Grayscale: #2B2B2B. Windows color (decimal): -11855557 or 3873099. OLE color: 3873099.

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

Color convert

RGB 75 25 59 -
CMYK 0 0.67 0.21 0.71
HSL 319.2º 0.5% 0.2% -
HSV(B) 319.2º 0.67% 0.29% -
XYZ 4.04 2.51 4.41 -
YUV 43.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 75 25 59 0 0.67 0.21 0.71 319.2 0.5 0.2
Hex 4B 19 3B 0 43 15 47 13F 32 14
Octal 113 31 73 0 103 25 107 477 62 24
Binary 1001011 11001 111011 0 1000011 10101 1000111 100111111 110010 10100

Color Harmonies of #4B193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B193B

Black with #4B193B

Text Example


Text Example

White with #4B193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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