Html Css Color HEX #381329 Blackberry

📋 copy color: '#381329'

red 56 ◦ green 19 ◦ blue 41

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

Shades of Blackberry #381329

Tints of Blackberry #381329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 48.28%
G = 16.38%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381329 (or 0x381329) is known color: Blackberry. HEX triplet: 38, 13 and 29. RGB value is (56,19,41). Sum of RGB (Red+Green+Blue) = 56+19+41=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381329 is #C7ECD6. Grayscale: #202020. Windows color (decimal): -13102295 or 2691896. OLE color: 2691896.

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

Color convert

RGB 56 19 41 -
CMYK 0 0.66 0.27 0.78
HSL 324.32º 0.49% 0.15% -
HSV(B) 324.32º 0.66% 0.22% -
XYZ 2.26 1.47 2.26 -
YUV 32.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 56 19 41 0 0.66 0.27 0.78 324.32 0.49 0.15
Hex 38 13 29 0 42 1B 4E 144 31 F
Octal 70 23 51 0 102 33 116 504 61 17
Binary 111000 10011 101001 0 1000010 11011 1001110 101000100 110001 1111

Color Harmonies of #381329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381329

Black with #381329

Text Example


Text Example

White with #381329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381329; }

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

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

background-color css

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

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

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

border-color css

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

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

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