Html Css Color HEX #380329 Blackberry

📋 copy color: '#380329'

red 56 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #380329

Tints of Blackberry #380329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 56%
G = 3%
B = 41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380329 (or 0x380329) is known color: Blackberry. HEX triplet: 38, 03 and 29. RGB value is (56,3,41). Sum of RGB (Red+Green+Blue) = 56+3+41=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380329 is #C7FCD6. Grayscale: #171717. Windows color (decimal): -13106391 or 2687800. OLE color: 2687800.

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

Color convert

RGB 56 3 41 -
CMYK 0 0.95 0.27 0.78
HSL 316.98º 0.9% 0.12% -
HSV(B) 316.98º 0.95% 0.22% -
XYZ 2.06 1.07 2.19 -
YUV 23.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 56 3 41 0 0.95 0.27 0.78 316.98 0.9 0.12
Hex 38 3 29 0 5F 1B 4E 13D 5A C
Octal 70 3 51 0 137 33 116 475 132 14
Binary 111000 11 101001 0 1011111 11011 1001110 100111101 1011010 1100

Color Harmonies of #380329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380329

Black with #380329

Text Example


Text Example

White with #380329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380329; }

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

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

background-color css

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

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

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

border-color css

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

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

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