Html Css Color HEX #380A2F Blackberry

📋 copy color: '#380A2F'

red 56 ◦ green 10 ◦ blue 47

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

Shades of Blackberry #380A2F

Tints of Blackberry #380A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 49.56%
G = 8.85%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#380A2F (or 0x380A2F) is known color: Blackberry. HEX triplet: 38, 0A and 2F. RGB value is (56,10,47). Sum of RGB (Red+Green+Blue) = 56+10+47=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A2F is #C7F5D0. Grayscale: #1B1B1B. Windows color (decimal): -13104593 or 3082808. OLE color: 3082808.

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

Color convert

RGB 56 10 47 -
CMYK 0 0.82 0.16 0.78
HSL 311.74º 0.7% 0.13% -
HSV(B) 311.74º 0.82% 0.22% -
XYZ 2.25 1.26 2.81 -
YUV 27.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 56 10 47 0 0.82 0.16 0.78 311.74 0.7 0.13
Hex 38 A 2F 0 52 10 4E 138 46 D
Octal 70 12 57 0 122 20 116 470 106 15
Binary 111000 1010 101111 0 1010010 10000 1001110 100111000 1000110 1101

Color Harmonies of #380A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A2F

Black with #380A2F

Text Example


Text Example

White with #380A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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