Html Css Color HEX #380528 Blackberry

📋 copy color: '#380528'

red 56 ◦ green 5 ◦ blue 40

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

Shades of Blackberry #380528

Tints of Blackberry #380528

RGB

 RED value IS 56 (22.27% from 255) = 55.45%

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 55.45%
G = 4.95%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380528 (or 0x380528) is known color: Blackberry. HEX triplet: 38, 05 and 28. RGB value is (56,5,40). Sum of RGB (Red+Green+Blue) = 56+5+40=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #380528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380528 is #C7FAD7. Grayscale: #181818. Windows color (decimal): -13105880 or 2622776. OLE color: 2622776.

HSL color Cylindrical-coordinate representation of color #380528: hue angle of 318.82º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380528 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 5 40 -
CMYK 0 0.91 0.29 0.78
HSL 318.82º 0.84% 0.12% -
HSV(B) 318.82º 0.91% 0.22% -
XYZ 2.07 1.1 2.11 -
YUV 24.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 56 5 40 0 0.91 0.29 0.78 318.82 0.84 0.12
Hex 38 5 28 0 5B 1D 4E 13F 54 C
Octal 70 5 50 0 133 35 116 477 124 14
Binary 111000 101 101000 0 1011011 11101 1001110 100111111 1010100 1100

Color Harmonies of #380528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380528

Black with #380528

Text Example


Text Example

White with #380528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380528; }

 p { color: rgb(56,5,40); }

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

background-color css

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

 a { background-color: rgb(56,5,40); }

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

border-color css

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

 span { border-color: rgb(56,5,40); }

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