Html Css Color HEX #381729 Blackberry

📋 copy color: '#381729'

red 56 ◦ green 23 ◦ blue 41

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

Shades of Blackberry #381729

Tints of Blackberry #381729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 46.67%
G = 19.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381729 (or 0x381729) is known color: Blackberry. HEX triplet: 38, 17 and 29. RGB value is (56,23,41). Sum of RGB (Red+Green+Blue) = 56+23+41=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381729 is #C7E8D6. Grayscale: #222222. Windows color (decimal): -13101271 or 2692920. OLE color: 2692920.

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

Color convert

RGB 56 23 41 -
CMYK 0 0.59 0.27 0.78
HSL 327.27º 0.42% 0.15% -
HSV(B) 327.27º 0.59% 0.22% -
XYZ 2.34 1.61 2.29 -
YUV 34.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 56 23 41 0 0.59 0.27 0.78 327.27 0.42 0.15
Hex 38 17 29 0 3B 1B 4E 147 2A F
Octal 70 27 51 0 73 33 116 507 52 17
Binary 111000 10111 101001 0 111011 11011 1001110 101000111 101010 1111

Color Harmonies of #381729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381729

Black with #381729

Text Example


Text Example

White with #381729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381729; }

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

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

background-color css

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

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

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

border-color css

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

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

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