Html Css Color HEX #381C2B Blackberry

📋 copy color: '#381C2B'

red 56 ◦ green 28 ◦ blue 43

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

Shades of Blackberry #381C2B

Tints of Blackberry #381C2B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.05%

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

R = 44.09%
G = 22.05%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#381C2B (or 0x381C2B) is known color: Blackberry. HEX triplet: 38, 1C and 2B. RGB value is (56,28,43). Sum of RGB (Red+Green+Blue) = 56+28+43=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C2B is #C7E3D4. Grayscale: #262626. Windows color (decimal): -13099989 or 2825272. OLE color: 2825272.

HSL color Cylindrical-coordinate representation of color #381C2B: hue angle of 327.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C2B is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 43 -
CMYK 0 0.50 0.23 0.78
HSL 327.86º 0.33% 0.16% -
HSV(B) 327.86º 0.5% 0.22% -
XYZ 2.48 1.85 2.51 -
YUV 38.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 56 28 43 0 0.50 0.23 0.78 327.86 0.33 0.16
Hex 38 1C 2B 0 32 17 4E 148 21 10
Octal 70 34 53 0 62 27 116 510 41 20
Binary 111000 11100 101011 0 110010 10111 1001110 101001000 100001 10000

Color Harmonies of #381C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C2B

Black with #381C2B

Text Example


Text Example

White with #381C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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