Html Css Color HEX #380D2F Blackberry

📋 copy color: '#380D2F'

red 56 ◦ green 13 ◦ blue 47

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

Shades of Blackberry #380D2F

Tints of Blackberry #380D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.21%

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 48.28%
G = 11.21%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#380D2F (or 0x380D2F) is known color: Blackberry. HEX triplet: 38, 0D and 2F. RGB value is (56,13,47). Sum of RGB (Red+Green+Blue) = 56+13+47=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D2F is #C7F2D0. Grayscale: #1D1D1D. Windows color (decimal): -13103825 or 3083576. OLE color: 3083576.

HSL color Cylindrical-coordinate representation of color #380D2F: hue angle of 312.56º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D2F is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 47 -
CMYK 0 0.77 0.16 0.78
HSL 312.56º 0.62% 0.14% -
HSV(B) 312.56º 0.77% 0.22% -
XYZ 2.29 1.33 2.83 -
YUV 29.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 56 13 47 0 0.77 0.16 0.78 312.56 0.62 0.14
Hex 38 D 2F 0 4D 10 4E 139 3E E
Octal 70 15 57 0 115 20 116 471 76 16
Binary 111000 1101 101111 0 1001101 10000 1001110 100111001 111110 1110

Color Harmonies of #380D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D2F

Black with #380D2F

Text Example


Text Example

White with #380D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D2F; }

 p { color: rgb(56,13,47); }

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

background-color css

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

 a { background-color: rgb(56,13,47); }

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

border-color css

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

 span { border-color: rgb(56,13,47); }

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