Html Css Color HEX #4B0022 Blackberry

📋 copy color: '#4B0022'

red 75 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #4B0022

Tints of Blackberry #4B0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 68.81%
G = 0%
B = 31.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4B0022 (or 0x4B0022) is known color: Blackberry. HEX triplet: 4B, 00 and 22. RGB value is (75,0,34). Sum of RGB (Red+Green+Blue) = 75+0+34=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0022 is #B4FFDD. Grayscale: #1A1A1A. Windows color (decimal): -11861982 or 2228299. OLE color: 2228299.

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

Color convert

RGB 75 0 34 -
CMYK 0 1 0.55 0.71
HSL 332.8º 1% 0.15% -
HSV(B) 332.8º 1% 0.29% -
XYZ 3.19 1.61 1.66 -
YUV 26.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 75 0 34 0 1 0.55 0.71 332.8 1 0.15
Hex 4B 0 22 0 64 37 47 14D 64 F
Octal 113 0 42 0 144 67 107 515 144 17
Binary 1001011 0 100010 0 1100100 110111 1000111 101001101 1100100 1111

Color Harmonies of #4B0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0022

Black with #4B0022

Text Example


Text Example

White with #4B0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,34); }

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

background-color css

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

 a { background-color: rgb(75,0,34); }

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

border-color css

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

 span { border-color: rgb(75,0,34); }

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