Html Css Color HEX #4B173D Blackberry

📋 copy color: '#4B173D'

red 75 ◦ green 23 ◦ blue 61

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

Shades of Blackberry #4B173D

Tints of Blackberry #4B173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 47.17%
G = 14.47%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B173D (or 0x4B173D) is known color: Blackberry. HEX triplet: 4B, 17 and 3D. RGB value is (75,23,61). Sum of RGB (Red+Green+Blue) = 75+23+61=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B173D is #B4E8C2. Grayscale: #2A2A2A. Windows color (decimal): -11856067 or 4003659. OLE color: 4003659.

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

Color convert

RGB 75 23 61 -
CMYK 0 0.69 0.19 0.71
HSL 316.15º 0.53% 0.19% -
HSV(B) 316.15º 0.69% 0.29% -
XYZ 4.05 2.45 4.67 -
YUV 42.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 75 23 61 0 0.69 0.19 0.71 316.15 0.53 0.19
Hex 4B 17 3D 0 45 13 47 13C 35 13
Octal 113 27 75 0 105 23 107 474 65 23
Binary 1001011 10111 111101 0 1000101 10011 1000111 100111100 110101 10011

Color Harmonies of #4B173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B173D

Black with #4B173D

Text Example


Text Example

White with #4B173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,61); }

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

background-color css

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

 a { background-color: rgb(75,23,61); }

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

border-color css

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

 span { border-color: rgb(75,23,61); }

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