Html Css Color HEX #381629 Blackberry

📋 copy color: '#381629'

red 56 ◦ green 22 ◦ blue 41

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

Shades of Blackberry #381629

Tints of Blackberry #381629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

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

R = 47.06%
G = 18.49%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381629 (or 0x381629) is known color: Blackberry. HEX triplet: 38, 16 and 29. RGB value is (56,22,41). Sum of RGB (Red+Green+Blue) = 56+22+41=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #381629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381629 is #C7E9D6. Grayscale: #222222. Windows color (decimal): -13101527 or 2692664. OLE color: 2692664.

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

Color convert

RGB 56 22 41 -
CMYK 0 0.61 0.27 0.78
HSL 326.47º 0.44% 0.15% -
HSV(B) 326.47º 0.61% 0.22% -
XYZ 2.32 1.57 2.28 -
YUV 34.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 56 22 41 0 0.61 0.27 0.78 326.47 0.44 0.15
Hex 38 16 29 0 3D 1B 4E 146 2C F
Octal 70 26 51 0 75 33 116 506 54 17
Binary 111000 10110 101001 0 111101 11011 1001110 101000110 101100 1111

Color Harmonies of #381629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381629

Black with #381629

Text Example


Text Example

White with #381629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381629; }

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

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

background-color css

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

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

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

border-color css

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

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

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