Html Css Color HEX #381D2E Blackberry

📋 copy color: '#381D2E'

red 56 ◦ green 29 ◦ blue 46

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

Shades of Blackberry #381D2E

Tints of Blackberry #381D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 46 (18.36% from 255) = 35.11%

R = 42.75%
G = 22.14%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#381D2E (or 0x381D2E) is known color: Blackberry. HEX triplet: 38, 1D and 2E. RGB value is (56,29,46). Sum of RGB (Red+Green+Blue) = 56+29+46=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2E is #C7E2D1. Grayscale: #262626. Windows color (decimal): -13099730 or 3022136. OLE color: 3022136.

HSL color Cylindrical-coordinate representation of color #381D2E: hue angle of 322.22º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D2E is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 46 -
CMYK 0 0.48 0.18 0.78
HSL 322.22º 0.32% 0.17% -
HSV(B) 322.22º 0.48% 0.22% -
XYZ 2.56 1.92 2.82 -
YUV 39.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 56 29 46 0 0.48 0.18 0.78 322.22 0.32 0.17
Hex 38 1D 2E 0 30 12 4E 142 20 11
Octal 70 35 56 0 60 22 116 502 40 21
Binary 111000 11101 101110 0 110000 10010 1001110 101000010 100000 10001

Color Harmonies of #381D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D2E

Black with #381D2E

Text Example


Text Example

White with #381D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D2E; }

 p { color: rgb(56,29,46); }

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

background-color css

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

 a { background-color: rgb(56,29,46); }

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

border-color css

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

 span { border-color: rgb(56,29,46); }

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