Html Css Color HEX #4B0026 Blackberry

📋 copy color: '#4B0026'

red 75 ◦ green 0 ◦ blue 38

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

Shades of Blackberry #4B0026

Tints of Blackberry #4B0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 66.37%
G = 0%
B = 33.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#4B0026 (or 0x4B0026) is known color: Blackberry. HEX triplet: 4B, 00 and 26. RGB value is (75,0,38). Sum of RGB (Red+Green+Blue) = 75+0+38=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0026 is #B4FFD9. Grayscale: #1A1A1A. Windows color (decimal): -11861978 or 2490443. OLE color: 2490443.

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

Color convert

RGB 75 0 38 -
CMYK 0 1 0.49 0.71
HSL 329.6º 1% 0.15% -
HSV(B) 329.6º 1% 0.29% -
XYZ 3.25 1.64 1.98 -
YUV 26.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 75 0 38 0 1 0.49 0.71 329.6 1 0.15
Hex 4B 0 26 0 64 31 47 14A 64 F
Octal 113 0 46 0 144 61 107 512 144 17
Binary 1001011 0 100110 0 1100100 110001 1000111 101001010 1100100 1111

Color Harmonies of #4B0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0026

Black with #4B0026

Text Example


Text Example

White with #4B0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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