Html Css Color HEX #380529 Blackberry

📋 copy color: '#380529'

red 56 ◦ green 5 ◦ blue 41

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

Shades of Blackberry #380529

Tints of Blackberry #380529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 40.2%

R = 54.9%
G = 4.9%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380529 (or 0x380529) is known color: Blackberry. HEX triplet: 38, 05 and 29. RGB value is (56,5,41). Sum of RGB (Red+Green+Blue) = 56+5+41=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #380529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380529 is #C7FAD6. Grayscale: #181818. Windows color (decimal): -13105879 or 2688312. OLE color: 2688312.

HSL color Cylindrical-coordinate representation of color #380529: hue angle of 317.65º 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 #380529 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 5 41 -
CMYK 0 0.91 0.27 0.78
HSL 317.65º 0.84% 0.12% -
HSV(B) 317.65º 0.91% 0.22% -
XYZ 2.09 1.11 2.2 -
YUV 24.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 56 5 41 0 0.91 0.27 0.78 317.65 0.84 0.12
Hex 38 5 29 0 5B 1B 4E 13E 54 C
Octal 70 5 51 0 133 33 116 476 124 14
Binary 111000 101 101001 0 1011011 11011 1001110 100111110 1010100 1100

Color Harmonies of #380529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380529

Black with #380529

Text Example


Text Example

White with #380529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380529; }

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

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

background-color css

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

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

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

border-color css

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

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

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