Html Css Color HEX #381D2B Blackberry

📋 copy color: '#381D2B'

red 56 ◦ green 29 ◦ blue 43

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

Shades of Blackberry #381D2B

Tints of Blackberry #381D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 43.75%
G = 22.66%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#381D2B (or 0x381D2B) is known color: Blackberry. HEX triplet: 38, 1D and 2B. RGB value is (56,29,43). Sum of RGB (Red+Green+Blue) = 56+29+43=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2B is #C7E2D4. Grayscale: #262626. Windows color (decimal): -13099733 or 2825528. OLE color: 2825528.

HSL color Cylindrical-coordinate representation of color #381D2B: hue angle of 328.89º 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 #381D2B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 43 -
CMYK 0 0.48 0.23 0.78
HSL 328.89º 0.32% 0.17% -
HSV(B) 328.89º 0.48% 0.22% -
XYZ 2.51 1.89 2.52 -
YUV 38.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 56 29 43 0 0.48 0.23 0.78 328.89 0.32 0.17
Hex 38 1D 2B 0 30 17 4E 149 20 11
Octal 70 35 53 0 60 27 116 511 40 21
Binary 111000 11101 101011 0 110000 10111 1001110 101001001 100000 10001

Color Harmonies of #381D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D2B

Black with #381D2B

Text Example


Text Example

White with #381D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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